blob: 1592189c973f23bf39a3f45e1c0d49ac41ae7c9c [file] [log] [blame]
Bug 111011: getPropertyValue for -webkit-columns returns null, should compute the shorthand value
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS webkitColumnsValue("columns1") is "10px"
PASS webkitColumnsValue("columns2") is "10"
PASS webkitColumnsValue("columns3") is "10px auto"
PASS webkitColumnsValue("columns4") is "auto"
PASS webkitColumnsValue("columns5") is "auto 2"
PASS webkitColumnsValue("columns6") is "10px 2"
PASS webkitColumnsValue("columns7") is "auto auto"
NOTE: 'foo' is an illegal CSS value for '-webkit-columns'.
PASS webkitColumnsValue("columns8") is null
NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.
PASS webkitColumnsValue("columns9") is null
PASS successfullyParsed is true
TEST COMPLETE