summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/border-image-width.ref.css
blob: 1bfc00cfb358795b386c0c31ff83b9b32d217bad (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
a {
  border-image-width: initial;
}

b {
  border-image-width: inherit;
}

c {
  border-image-width: unset;
}

d {
  border-image-width: 1;
}

e {
  border-image-width: 1;
}

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

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

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

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

j {
  border-image-width: 1px 2px;
}

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

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

m {
  border-image-width: 1%;
}

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

o {
  border-image-width: 1% 2% 3%;
}

p {
  border-image-width: 1% 2% 3% 4%;
}

q {
  border-image-width: auto;
}

r {
  border-image-width: 1 2px 3% auto;
}