tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / exclusions / wrap-flow-parsing-expected.txt
1 Test parsing of the CSS wrap-flow property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS test("-webkit-wrap-flow: auto") is "auto"
7 PASS test("-webkit-wrap-flow: both") is "both"
8 PASS test("-webkit-wrap-flow: left") is "left"
9 PASS test("-webkit-wrap-flow: right") is "right"
10 PASS test("-webkit-wrap-flow: maximum") is "maximum"
11 PASS test("-webkit-wrap-flow: clear") is "clear"
12 PASS test("-webkit-wrap-flow: ;") is ""
13 PASS test("-webkit-wrap-flow: 5") is ""
14 PASS test("-webkit-wrap-flow: -1.2") is ""
15 PASS test("-webkit-wrap-flow: 'string'") is ""
16 PASS testComputedStyle("auto") is "auto"
17 PASS testComputedStyle("5") is "auto"
18 PASS testComputedStyle("'string'") is "auto"
19 PASS testNotInherited("auto", "left") is "left"
20 PASS testNotInherited("right", "auto") is "auto"
21 PASS testNotInherited("both", "clear") is "clear"
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25