tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / line-grid / line-grid-snap-parsing-expected.txt
1 Test parsing of the CSS line-grid property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS test("-webkit-line-grid-snap: none") is "none"
7 PASS test("-webkit-line-grid-snap: baseline") is "baseline"
8 PASS test("-webkit-line-grid-snap: bounds") is "bounds"
9 PASS test("-webkit-line-grid-snap: ;") is ""
10 PASS test("-webkit-line-grid-snap: 1") is ""
11 PASS test("-webkit-line-grid-snap: 1.2") is ""
12 PASS test("-webkit-line-grid-snap: -1") is ""
13 PASS test("-webkit-line-grid-snap: 12px") is ""
14 PASS testComputedStyle("none") is "none"
15 PASS testComputedStyle("") is "none"
16 PASS testComputedStyle("12px") is "none"
17 PASS testInherited("none") is "none"
18 PASS testInherited("baseline") is "baseline"
19 PASS testInherited("bounds") is "bounds"
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23