summaryrefslogtreecommitdiff
path: root/testsuite/reftests/label-box-shadow-clip.css
blob: 1aa80060317a41eb14ab82188911ba13865d33a3 (plain)
1
2
3
4
5
6
7
8
9
@import "reset-to-defaults.css";

.test {
  box-shadow: 0 0 0 1px red;
}

.reference {
  border: 1px solid red;
}