blob: 0937e386b9cf6d41da191046c35a875bbac2cd75 [file] [log] [blame]
Bug 110698: getPropertyValue for -webkit-column-rule returns null, should compute the shorthand value
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS div1.style.getPropertyValue("-webkit-column-rule") is '10px solid black'
PASS div2.style.getPropertyValue("-webkit-column-rule") is '10px solid'
PASS div3.style.getPropertyValue("-webkit-column-rule") is '20px red'
PASS div4.style.getPropertyValue("-webkit-column-rule") is '10px'
PASS div5.style.getPropertyValue("-webkit-column-rule") is 'solid black'
PASS div6.style.getPropertyValue("-webkit-column-rule") is 'dashed'
PASS div7.style.getPropertyValue("-webkit-column-rule") is 'green'
PASS div8.style.getPropertyValue("-webkit-column-rule") is null
NOTE: 'foo' is an illegal CSS value for '-webkit-column-rule'.
PASS div9.style.getPropertyValue("-webkit-column-rule") is '10px dotted black'
NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.
PASS div10.style.getPropertyValue("-webkit-column-rule") is null
PASS div11.style.getPropertyValue("-webkit-column-rule") is null
PASS div12.style.getPropertyValue("-webkit-column-rule") is null
PASS successfullyParsed is true
TEST COMPLETE