Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-webkit-columns-shorthand-expected.txt
blob39629ad2c71d9b7844ca37a3395a963ad308ba5a
1 Tests that the -webkit-columns shorthand is computed properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS computedStyle.getPropertyValue('-webkit-columns') is "10px 2"
7 PASS computedStyle.getPropertyValue('-webkit-columns') is "10px auto"
8 PASS computedStyle.getPropertyValue('-webkit-columns') is "auto 2"
9 PASS computedStyle.getPropertyValue('-webkit-columns') is "auto 2"
10 PASS computedStyle.getPropertyValue('-webkit-columns') is "auto auto"
11 PASS computedStyle.getPropertyValue('-webkit-columns') is "10px auto"
12 PASS successfullyParsed is true
14 TEST COMPLETE