Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getPropertyValue-border-expected.txt
blob4dbef1b3152b90fb332fec03d763c496a4c8086f
1 1 2 3 4 5 6 7 8 9
2 Bug 15823: getPropertyValue for border 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("border") is '5px solid green'
8 PASS div2.style.getPropertyValue("border") is '5px solid'
9 PASS div3.style.getPropertyValue("border") is '5px green'
10     NOTE: '5px green' is an illegal CSS value for 'border'.
11 PASS div4.style.getPropertyValue("border") is 'solid green'
12 PASS div5.style.getPropertyValue("border") is 'green'
13     NOTE: 'green' is an illegal CSS value for 'border'.
14 PASS div6.style.getPropertyValue("border") is '5px'
15 PASS div7.style.getPropertyValue("border") is 'solid'
16 PASS div8.style.getPropertyValue("border") is ""
17 PASS div9.style.getPropertyValue("border") is ""
18 PASS successfullyParsed is true
20 TEST COMPLETE