- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-list-style-shorthand-expected.txt
1 Test to make sure list-style shorthand property returns CSSValueList properly.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy://test.png)'
7 PASS computedStyle.getPropertyCSSValue('list-style').toString() is '[object CSSValueList]'
8 PASS computedStyle.getPropertyCSSValue('list-style').length is 3
9 PASS computedStyle.getPropertyCSSValue('list-style').cssText is 'circle outside url(dummy://test.png)'
10 PASS computedStyle.getPropertyCSSValue('list-style').item(0).getStringValue() is 'circle'
11 PASS computedStyle.getPropertyCSSValue('list-style').item(1).getStringValue() is 'outside'
12 PASS computedStyle.getPropertyCSSValue('list-style').item(2).getStringValue() is 'dummy://test.png'
13 PASS computedStyle.getPropertyValue('list-style') is 'disc outside none'
14 PASS computedStyle.getPropertyCSSValue('list-style').toString() is '[object CSSValueList]'
15 PASS computedStyle.getPropertyCSSValue('list-style').length is 3
16 PASS computedStyle.getPropertyCSSValue('list-style').cssText is 'disc outside none'
17 PASS computedStyle.getPropertyCSSValue('list-style').item(0).getStringValue() is 'disc'
18 PASS computedStyle.getPropertyCSSValue('list-style').item(1).getStringValue() is 'outside'
19 PASS computedStyle.getPropertyCSSValue('list-style').item(2).getStringValue() is 'none'
20 PASS computedStyle.getPropertyValue('list-style') is 'circle outside none'
21 PASS computedStyle.getPropertyCSSValue('list-style').toString() is '[object CSSValueList]'
22 PASS computedStyle.getPropertyCSSValue('list-style').length is 3
23 PASS computedStyle.getPropertyCSSValue('list-style').cssText is 'circle outside none'
24 PASS computedStyle.getPropertyCSSValue('list-style').item(0).getStringValue() is 'circle'
25 PASS computedStyle.getPropertyCSSValue('list-style').item(1).getStringValue() is 'outside'
26 PASS computedStyle.getPropertyCSSValue('list-style').item(2).getStringValue() is 'none'
27 PASS computedStyle.getPropertyValue('list-style') is 'none outside none'
28 PASS computedStyle.getPropertyCSSValue('list-style').toString() is '[object CSSValueList]'
29 PASS computedStyle.getPropertyCSSValue('list-style').length is 3
30 PASS computedStyle.getPropertyCSSValue('list-style').cssText is 'none outside none'
31 PASS computedStyle.getPropertyCSSValue('list-style').item(0).getStringValue() is 'none'
32 PASS computedStyle.getPropertyCSSValue('list-style').item(1).getStringValue() is 'outside'
33 PASS computedStyle.getPropertyCSSValue('list-style').item(2).getStringValue() is 'none'
34 PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy://test.png)'
35 PASS computedStyle.getPropertyCSSValue('list-style').toString() is '[object CSSValueList]'
36 PASS computedStyle.getPropertyCSSValue('list-style').length is 3
37 PASS computedStyle.getPropertyCSSValue('list-style').cssText is 'circle outside url(dummy://test.png)'
38 PASS computedStyle.getPropertyCSSValue('list-style').item(0).getStringValue() is 'circle'
39 PASS computedStyle.getPropertyCSSValue('list-style').item(1).getStringValue() is 'outside'
40 PASS computedStyle.getPropertyCSSValue('list-style').item(2).getStringValue() is 'dummy://test.png'
41 PASS successfullyParsed is true
42
43 TEST COMPLETE
44