summaryrefslogtreecommitdiff
path: root/testsuite/reftests/border-style-none.css
blob: f5fe68d3e04fe28e309dfac6a0447d7cb7af37fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* {
  all: unset;
  border-color: red;
}

button {
  background-color: purple;
  border-style: none;
  border-width: 5px;
  border-radius: 15px;
}

#reference {
  border-style: solid;
  border-width: 0;
  border-radius: 15px;
}