OLD | NEW |
1 Test to make sure border-image-slice is correctly parsed. | 1 Test to make sure border-image-slice is correctly parsed. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS computedStyle.getPropertyValue('border-image-slice') is '10' | 6 PASS computedStyle.getPropertyValue('border-image-slice') is '10' |
7 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10' | |
8 PASS computedStyle.getPropertyValue('border-image-slice') is '30%' | 7 PASS computedStyle.getPropertyValue('border-image-slice') is '30%' |
9 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%' | |
10 PASS computedStyle.getPropertyValue('border-image-slice') is '10' | 8 PASS computedStyle.getPropertyValue('border-image-slice') is '10' |
11 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10' | |
12 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%' | 9 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%' |
13 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%' | |
14 PASS computedStyle.getPropertyValue('border-image-slice') is '30%' | 10 PASS computedStyle.getPropertyValue('border-image-slice') is '30%' |
15 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%' | |
16 PASS computedStyle.getPropertyValue('border-image-slice') is '10' | 11 PASS computedStyle.getPropertyValue('border-image-slice') is '10' |
17 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10' | |
18 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 10 10' | 12 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 10 10' |
19 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 10
10' | |
20 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%' | 13 PASS computedStyle.getPropertyValue('border-image-slice') is '10 30%' |
21 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%' | |
22 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10' | 14 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10' |
23 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 30%
30% 10' | |
24 PASS computedStyle.getPropertyValue('border-image-slice') is '10' | 15 PASS computedStyle.getPropertyValue('border-image-slice') is '10' |
25 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10' | |
26 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10' | 16 PASS computedStyle.getPropertyValue('border-image-slice') is '30% 30% 30% 10' |
27 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% 30%
30% 10' | |
28 PASS computedStyle.getPropertyValue('border-image-slice') is '30%' | 17 PASS computedStyle.getPropertyValue('border-image-slice') is '30%' |
29 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%' | |
30 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill' | 18 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill' |
31 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fil
l' | |
32 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill' | 19 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill' |
33 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 fill
' | |
34 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill' | 20 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill' |
35 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8%
16% fill' | |
36 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill' | 21 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill' |
37 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fil
l' | |
38 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill' | 22 PASS computedStyle.getPropertyValue('border-image-slice') is '10 fill' |
39 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 fill
' | |
40 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill' | 23 PASS computedStyle.getPropertyValue('border-image-slice') is '2 4 8% 16% fill' |
41 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8%
16% fill' | |
42 PASS computedStyle.getPropertyValue('border-image-slice') is '100%' | 24 PASS computedStyle.getPropertyValue('border-image-slice') is '100%' |
43 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%' | |
44 PASS computedStyle.getPropertyValue('border-image-slice') is '100%' | 25 PASS computedStyle.getPropertyValue('border-image-slice') is '100%' |
45 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%' | |
46 PASS computedStyle.getPropertyValue('border-image-slice') is '100%' | 26 PASS computedStyle.getPropertyValue('border-image-slice') is '100%' |
47 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%' | |
48 PASS successfullyParsed is true | 27 PASS successfullyParsed is true |
49 | 28 |
50 TEST COMPLETE | 29 TEST COMPLETE |
51 | 30 |
OLD | NEW |