OLD | NEW |
1 Test computed style for the border-image property and sub-properties | 1 Test computed style for the border-image property and sub-properties |
2 | 2 |
3 PASS computedBorderImageStyle('12 11 12 11', 'border-image-slice') is '12 11' | 3 PASS computedBorderImageStyle('12 11 12 11', 'border-image-slice') is "12 11" |
4 PASS computedBorderImageStyle('12 11 12 11', 'border-image') is 'none' | 4 PASS computedBorderImageStyle('12 11 12 11', 'border-image') is "none" |
5 PASS checkComputedStyleValue() is true | 5 PASS checkComputedStyleValue() is true |
6 PASS computedBorderImageStyle('url(test.png) 12 11 repeat stretch', 'border-imag
e-slice') is '12 11' | 6 PASS computedBorderImageStyle('url(test.png) 12 11 repeat stretch', 'border-imag
e-slice') is "12 11" |
7 PASS computedBorderImageStyle('url(dummy://test.png) 12 11 repeat stretch', 'bor
der-image') is 'url(dummy://test.png) 12 11 / 1 / 0px repeat stretch' | 7 PASS computedBorderImageStyle('url(dummy://test.png) 12 11 repeat stretch', 'bor
der-image') is "url(\"dummy://test.png\") 12 11 / 1 / 0px repeat stretch" |
8 PASS checkComputedStyleValue() is true | 8 PASS checkComputedStyleValue() is true |
9 PASS computedBorderImageStyle('url(test.png) 1 2 3 4 repeat stretch', 'border-im
age-slice') is '1 2 3 4' | 9 PASS computedBorderImageStyle('url(test.png) 1 2 3 4 repeat stretch', 'border-im
age-slice') is "1 2 3 4" |
10 PASS computedBorderImageStyle('url(dummy://test.png) 1 2 3 4 repeat stretch', 'b
order-image') is 'url(dummy://test.png) 1 2 3 4 / 1 / 0px repeat stretch' | 10 PASS computedBorderImageStyle('url(dummy://test.png) 1 2 3 4 repeat stretch', 'b
order-image') is "url(\"dummy://test.png\") 1 2 3 4 / 1 / 0px repeat stretch" |
11 PASS checkComputedStyleValue() is true | 11 PASS checkComputedStyleValue() is true |
12 PASS computedBorderImageStyle('url(test.png) 12 repeat stretch', 'border-image-s
lice') is '12' | 12 PASS computedBorderImageStyle('url(test.png) 12 repeat stretch', 'border-image-s
lice') is "12" |
13 PASS computedBorderImageStyle('url(test.png) 10 10 5 5 repeat stretch', 'border-
image-slice') is '10 10 5 5' | 13 PASS computedBorderImageStyle('url(test.png) 10 10 5 5 repeat stretch', 'border-
image-slice') is "10 10 5 5" |
14 PASS computedBorderImageStyle('url(test.png) 10 a b c repeat stretch', 'border-i
mage-slice') is '100%' | 14 PASS computedBorderImageStyle('url(test.png) 10 a b c repeat stretch', 'border-i
mage-slice') is "100%" |
15 PASS computedBorderImageStyle('url(dummy://test.png) 10 a b c repeat stretch', '
border-image') is 'none' | 15 PASS computedBorderImageStyle('url(dummy://test.png) 10 a b c repeat stretch', '
border-image') is "none" |
16 PASS checkComputedStyleValue() is true | 16 PASS checkComputedStyleValue() is true |
17 PASS computedBorderImageStyle('url(test.png) 10 20 fill', 'border-image-slice')
is '10 20 fill' | 17 PASS computedBorderImageStyle('url(test.png) 10 20 fill', 'border-image-slice')
is "10 20 fill" |
18 PASS computedBorderImageStyle('url(dummy://test.png) 10 20 fill', 'border-image'
) is 'url(dummy://test.png) 10 20 fill / 1 / 0px stretch' | 18 PASS computedBorderImageStyle('url(dummy://test.png) 10 20 fill', 'border-image'
) is "url(\"dummy://test.png\") 10 20 fill / 1 / 0px stretch" |
19 PASS checkComputedStyleValue() is true | 19 PASS checkComputedStyleValue() is true |
20 PASS computedBorderImageStyle('url(dummy://test.png) 10 10 10 10 repeat stretch'
, 'border-image-source') is 'url(dummy://test.png)' | 20 PASS computedBorderImageStyle('url(dummy://test.png) 10 10 10 10 repeat stretch'
, 'border-image-source') is "url(\"dummy://test.png\")" |
21 PASS computedBorderImageStyle('url(dummy://test.png) 10 10 10 10 repeat stretch'
, 'border-image') is 'url(dummy://test.png) 10 / 1 / 0px repeat stretch' | 21 PASS computedBorderImageStyle('url(dummy://test.png) 10 10 10 10 repeat stretch'
, 'border-image') is "url(\"dummy://test.png\") 10 / 1 / 0px repeat stretch" |
22 PASS checkComputedStyleValue() is true | 22 PASS checkComputedStyleValue() is true |
23 PASS computedBorderImageStyle('url(test.png) 10', 'border-image-repeat') is 'str
etch' | 23 PASS computedBorderImageStyle('url(test.png) 10', 'border-image-repeat') is "str
etch" |
24 PASS computedBorderImageStyle('url(dummy://test.png) 10', 'border-image') is 'ur
l(dummy://test.png) 10 / 1 / 0px stretch' | 24 PASS computedBorderImageStyle('url(dummy://test.png) 10', 'border-image') is "ur
l(\"dummy://test.png\") 10 / 1 / 0px stretch" |
25 PASS checkComputedStyleValue() is true | 25 PASS checkComputedStyleValue() is true |
26 PASS computedBorderImageStyle('url(test.png) 10 stretch', 'border-image-repeat')
is 'stretch' | 26 PASS computedBorderImageStyle('url(test.png) 10 stretch', 'border-image-repeat')
is "stretch" |
27 PASS computedBorderImageStyle('url(dummy://test.png) 10 stretch', 'border-image'
) is 'url(dummy://test.png) 10 / 1 / 0px stretch' | 27 PASS computedBorderImageStyle('url(dummy://test.png) 10 stretch', 'border-image'
) is "url(\"dummy://test.png\") 10 / 1 / 0px stretch" |
28 PASS checkComputedStyleValue() is true | 28 PASS checkComputedStyleValue() is true |
29 PASS computedBorderImageStyle('url(test.png) 10 kittens', 'border-image-repeat')
is 'stretch' | 29 PASS computedBorderImageStyle('url(test.png) 10 kittens', 'border-image-repeat')
is "stretch" |
30 PASS computedBorderImageStyle('url(dummy://test.png) 10 kittens', 'border-image'
) is 'none' | 30 PASS computedBorderImageStyle('url(dummy://test.png) 10 kittens', 'border-image'
) is "none" |
31 PASS checkComputedStyleValue() is true | 31 PASS checkComputedStyleValue() is true |
32 PASS computedBorderImageStyle('url(test.png) 10 stretch stretch fill', 'border-i
mage-repeat') is 'stretch' | 32 PASS computedBorderImageStyle('url(test.png) 10 stretch stretch fill', 'border-i
mage-repeat') is "stretch" |
33 PASS computedBorderImageStyle('url(dummy://test.png) 10 stretch stretch fill', '
border-image') is 'none' | 33 PASS computedBorderImageStyle('url(dummy://test.png) 10 stretch stretch fill', '
border-image') is "none" |
34 PASS checkComputedStyleValue() is true | 34 PASS checkComputedStyleValue() is true |
35 PASS computedBorderImageStyle('url(test.png) 10 repeat stretch', 'border-image-r
epeat') is 'repeat stretch' | 35 PASS computedBorderImageStyle('url(test.png) 10 repeat stretch', 'border-image-r
epeat') is "repeat stretch" |
36 PASS computedBorderImageStyle('url(dummy://test.png) 10 repeat stretch', 'border
-image') is 'url(dummy://test.png) 10 / 1 / 0px repeat stretch' | 36 PASS computedBorderImageStyle('url(dummy://test.png) 10 repeat stretch', 'border
-image') is "url(\"dummy://test.png\") 10 / 1 / 0px repeat stretch" |
37 PASS checkComputedStyleValue() is true | 37 PASS checkComputedStyleValue() is true |
38 PASS computedBorderImageStyle('url(test.png) 10 round space', 'border-image-repe
at') is 'round space' | 38 PASS computedBorderImageStyle('url(test.png) 10 round space', 'border-image-repe
at') is "round space" |
39 PASS computedBorderImageStyle('url(dummy://test.png) 10 round space', 'border-im
age') is 'url(dummy://test.png) 10 / 1 / 0px round space' | 39 PASS computedBorderImageStyle('url(dummy://test.png) 10 round space', 'border-im
age') is "url(\"dummy://test.png\") 10 / 1 / 0px round space" |
40 PASS checkComputedStyleValue() is true | 40 PASS checkComputedStyleValue() is true |
41 PASS computedBorderImageStyle('url(test.png) 10 / 13px 1.5em 1em 10px', 'border-
image-width') is '13px 24px 16px 10px' | 41 PASS computedBorderImageStyle('url(test.png) 10 / 13px 1.5em 1em 10px', 'border-
image-width') is "13px 24px 16px 10px" |
42 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 13px 1.5em 1em 10px',
'border-image') is 'url(dummy://test.png) 10 / 13px 24px 16px 10px / 0px stretch
' | 42 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 13px 1.5em 1em 10px',
'border-image') is "url(\"dummy://test.png\") 10 / 13px 24px 16px 10px / 0px str
etch" |
43 PASS checkComputedStyleValue() is true | 43 PASS checkComputedStyleValue() is true |
44 PASS computedBorderImageStyle('url(test.png) 10 / 14px 10%', 'border-image-width
') is '14px 10%' | 44 PASS computedBorderImageStyle('url(test.png) 10 / 14px 10%', 'border-image-width
') is "14px 10%" |
45 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 14px 10%', 'border-ima
ge') is 'url(dummy://test.png) 10 / 14px 10% / 0px stretch' | 45 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 14px 10%', 'border-ima
ge') is "url(\"dummy://test.png\") 10 / 14px 10% / 0px stretch" |
46 PASS checkComputedStyleValue() is true | 46 PASS checkComputedStyleValue() is true |
47 PASS computedBorderImageStyle('url(test.png) 10 / 13px / 11px', 'border-image-ou
tset') is '11px' | 47 PASS computedBorderImageStyle('url(test.png) 10 / 13px / 11px', 'border-image-ou
tset') is "11px" |
48 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 13px / 11px', 'border-
image') is 'url(dummy://test.png) 10 / 13px / 11px stretch' | 48 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 13px / 11px', 'border-
image') is "url(\"dummy://test.png\") 10 / 13px / 11px stretch" |
49 PASS checkComputedStyleValue() is true | 49 PASS checkComputedStyleValue() is true |
50 PASS computedBorderImageStyle('url(test.png) 10 / 13px / 11px repeat stretch', '
border-image-outset') is '11px' | 50 PASS computedBorderImageStyle('url(test.png) 10 / 13px / 11px repeat stretch', '
border-image-outset') is "11px" |
51 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 13px / 11px repeat str
etch', 'border-image') is 'url(dummy://test.png) 10 / 13px / 11px repeat stretch
' | 51 PASS computedBorderImageStyle('url(dummy://test.png) 10 / 13px / 11px repeat str
etch', 'border-image') is "url(\"dummy://test.png\") 10 / 13px / 11px repeat str
etch" |
52 PASS checkComputedStyleValue() is true | 52 PASS checkComputedStyleValue() is true |
53 PASS successfullyParsed is true | 53 PASS successfullyParsed is true |
54 | 54 |
55 TEST COMPLETE | 55 TEST COMPLETE |
56 | 56 |
OLD | NEW |