| OLD | NEW |
| 1 | 1 |
| 2 Bug 110698: getPropertyValue for -webkit-column-rule returns null, should comput
e the shorthand value | 2 Bug 110698: getPropertyValue for -webkit-column-rule returns null, should comput
e the shorthand value |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS div1.style.getPropertyValue("-webkit-column-rule") is '10px solid black' | 7 PASS div1.style.getPropertyValue("-webkit-column-rule") is '10px solid black' |
| 8 PASS div2.style.getPropertyValue("-webkit-column-rule") is '10px solid' | 8 PASS div2.style.getPropertyValue("-webkit-column-rule") is '10px solid' |
| 9 PASS div3.style.getPropertyValue("-webkit-column-rule") is '20px red' | 9 PASS div3.style.getPropertyValue("-webkit-column-rule") is '20px red' |
| 10 PASS div4.style.getPropertyValue("-webkit-column-rule") is '10px' | 10 PASS div4.style.getPropertyValue("-webkit-column-rule") is '10px' |
| 11 PASS div5.style.getPropertyValue("-webkit-column-rule") is 'solid black' | 11 PASS div5.style.getPropertyValue("-webkit-column-rule") is 'solid black' |
| 12 PASS div6.style.getPropertyValue("-webkit-column-rule") is 'dashed' | 12 PASS div6.style.getPropertyValue("-webkit-column-rule") is 'dashed' |
| 13 PASS div7.style.getPropertyValue("-webkit-column-rule") is 'green' | 13 PASS div7.style.getPropertyValue("-webkit-column-rule") is 'green' |
| 14 PASS div8.style.getPropertyValue("-webkit-column-rule") is null | 14 PASS div8.style.getPropertyValue("-webkit-column-rule") is "" |
| 15 NOTE: 'foo' is an illegal CSS value for '-webkit-column-rule'. | 15 NOTE: 'foo' is an illegal CSS value for '-webkit-column-rule'. |
| 16 PASS div9.style.getPropertyValue("-webkit-column-rule") is '10px dotted black' | 16 PASS div9.style.getPropertyValue("-webkit-column-rule") is '10px dotted black' |
| 17 NOTE: If only few longhand properties are specified, getPropertyValue for shorth
and property returns null. | 17 NOTE: If only few longhand properties are specified, getPropertyValue for shorth
and property returns null. |
| 18 PASS div10.style.getPropertyValue("-webkit-column-rule") is null | 18 PASS div10.style.getPropertyValue("-webkit-column-rule") is "" |
| 19 PASS div11.style.getPropertyValue("-webkit-column-rule") is null | 19 PASS div11.style.getPropertyValue("-webkit-column-rule") is "" |
| 20 PASS div12.style.getPropertyValue("-webkit-column-rule") is null | 20 PASS div12.style.getPropertyValue("-webkit-column-rule") is "" |
| 21 PASS successfullyParsed is true | 21 PASS successfullyParsed is true |
| 22 | 22 |
| 23 TEST COMPLETE | 23 TEST COMPLETE |
| 24 | 24 |
| OLD | NEW |