| OLD | NEW |
| (Empty) |
| 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 getCSSText("-webkit-wrap-flow", "auto") is "auto" | |
| 7 PASS getCSSText("-webkit-wrap-flow", "both") is "both" | |
| 8 PASS getCSSText("-webkit-wrap-flow", "start") is "start" | |
| 9 PASS getCSSText("-webkit-wrap-flow", "end") is "end" | |
| 10 PASS getCSSText("-webkit-wrap-flow", "maximum") is "maximum" | |
| 11 PASS getCSSText("-webkit-wrap-flow", "clear") is "clear" | |
| 12 PASS getCSSText("-webkit-wrap-flow", ";") is "" | |
| 13 PASS getCSSText("-webkit-wrap-flow", "5") is "" | |
| 14 PASS getCSSText("-webkit-wrap-flow", "-1.2") is "" | |
| 15 PASS getCSSText("-webkit-wrap-flow", "'string'") is "" | |
| 16 PASS getComputedStyleValue("-webkit-wrap-flow", "auto") is "auto" | |
| 17 PASS getComputedStyleValue("-webkit-wrap-flow", "5") is "auto" | |
| 18 PASS getComputedStyleValue("-webkit-wrap-flow", "'string'") is "auto" | |
| 19 PASS getChildComputedStyle("-webkit-wrap-flow", "auto", "start") is "start" | |
| 20 PASS getChildComputedStyle("-webkit-wrap-flow", "end", "auto") is "auto" | |
| 21 PASS getChildComputedStyle("-webkit-wrap-flow", "both", "clear") is "clear" | |
| 22 PASS successfullyParsed is true | |
| 23 | |
| 24 TEST COMPLETE | |
| 25 | |
| OLD | NEW |