Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getPropertyValue-column-rule-expected.txt
blob1687eca040c2217e7591e1cbce6d893e542a3210
1           
2 Bug 110698: getPropertyValue for -webkit-column-rule returns null, should compute the shorthand value
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS div1.style.getPropertyValue("-webkit-column-rule") is '10px solid black'
8 PASS div2.style.getPropertyValue("-webkit-column-rule") is '10px solid'
9 PASS div3.style.getPropertyValue("-webkit-column-rule") is '20px red'
10 PASS div4.style.getPropertyValue("-webkit-column-rule") is '10px'
11 PASS div5.style.getPropertyValue("-webkit-column-rule") is 'solid black'
12 PASS div6.style.getPropertyValue("-webkit-column-rule") is 'dashed'
13 PASS div7.style.getPropertyValue("-webkit-column-rule") is 'green'
14 PASS div8.style.getPropertyValue("-webkit-column-rule") is ""
15 NOTE: 'foo' is an illegal CSS value for '-webkit-column-rule'.
16 PASS div9.style.getPropertyValue("-webkit-column-rule") is '10px dotted black'
17 NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.
18 PASS div10.style.getPropertyValue("-webkit-column-rule") is ""
19 PASS div11.style.getPropertyValue("-webkit-column-rule") is ""
20 PASS div12.style.getPropertyValue("-webkit-column-rule") is ""
21 PASS successfullyParsed is true
23 TEST COMPLETE