tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / getPropertyValue-border-expected.txt
1 1 2 3 4 5 6 7 8 9
2 Bug 15823: getPropertyValue for border returns null, should compute the shorthand value
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
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 null
17 PASS div9.style.getPropertyValue("border") is null
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21