summaryrefslogtreecommitdiff
path: root/tests/css/parser/border.ref.css
blob: 73bfc35f2da907f646c849191efbcb374b6e5fdd (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
a {
  border-property: 1 2 3 4;
}

b {
  border-property: 1 2 3;
}

c {
  border-property: 1 2;
}

d {
  border-property: 1;
}

e {
  border-property: 0;
}

f {
  border-property: 1 2 3 4;
}

n {
  border-property: 1 2;
}