summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/border.css
blob: 3104bd4c9d0af40dbf8e9e3ea0fb811f612e465a (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
a {
  border-image-width: 1 2 3 4;
}

b {
  border-image-width: 1 2 3;
}

c {
  border-image-width: 1 2;
}

d {
  border-image-width: 1;
}

e {
  border-image-width: 0 0 0 0;
}

f {
  border-image-width: 1px 2px 3 4px;
}

g {
  border-image-width: 5 oops 6 7;
}

h {
  border-image-width: true;
}

i {
  border-image-width: -1;
}

j {
  border-image-width: -5px;
}

k {
  border-image-width: 3units;
}

l {
  border-image-width: 1 2 3 4units;
}

m {
  border-image-width: 1 2 3 4 5;
}

n {
  border-image-width: 1 2 ; 4;
}