Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-webkit-columns-shorthand-expected.txt
1 Tests that the -webkit-columns shorthand is computed properly.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
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
13
14 TEST COMPLETE
15