- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-border-image-slice-expected.txt
1 Test to make sure border-image-slice is correctly parsed.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
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%'
9 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
10 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%'
13 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%'
14 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'
17 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
18 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%'
21 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10 30%'
22 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'
25 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '10'
26 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%'
29 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30%'
30 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
31 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fill'
32 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'
35 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8% 16% fill'
36 PASS computedStyle.getPropertyValue('border-image-slice') is '30% fill'
37 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '30% fill'
38 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'
41 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '2 4 8% 16% fill'
42 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%'
45 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
46 PASS computedStyle.getPropertyValue('border-image-slice') is '100%'
47 PASS computedStyle.getPropertyCSSValue('border-image-slice').cssText is '100%'
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51