blob: 4df1cf7fa8db5d6c39513751d1ddf7867e5a806b [file] [log] [blame]
Tests that the -webkit-columns shorthand is computed properly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS computedStyle.getPropertyValue('-webkit-columns') is "10px 2"
PASS computedStyle.getPropertyValue('-webkit-columns') is "10px auto"
PASS computedStyle.getPropertyValue('-webkit-columns') is "auto 2"
PASS computedStyle.getPropertyValue('-webkit-columns') is "auto 2"
PASS computedStyle.getPropertyValue('-webkit-columns') is "auto auto"
PASS computedStyle.getPropertyValue('-webkit-columns') is "10px auto"
PASS successfullyParsed is true
TEST COMPLETE