summaryrefslogtreecommitdiff
path: root/testsuite/reftests/border-corner-zero-width-rendering.css
blob: f0812a1efe2c1ec720ddb1bc5188059c2d48bd75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* {
  all: unset;
}

.background {
  background-color: yellow;
  color: purple;
}

button {
  border-radius: 10px;
  padding: 5px;
}

.top {
  border-top: 5px solid yellow;
  padding-top: 0px;
}

.right {
  border-right: 5px solid yellow;
  padding-right: 0px;
}

.bottom {
  border-bottom: 5px solid yellow;
  padding-bottom: 0px;
}

.left {
  border-left: 5px solid yellow;
  padding-left: 0px;
}