| OLD | NEW |
| (Empty) |
| 1 Tests parsing of -webkit-flow-from property | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS testCSSText("-webkit-flow-from: first-flow") is "first-flow" | |
| 7 PASS testCSSText("-webkit-flow-from: none") is "none" | |
| 8 PASS testCSSText("-webkit-flow-from: ") is "" | |
| 9 PASS testCSSText("-webkit-flow-from: 'first-flow'") is "" | |
| 10 PASS testCSSText("-webkit-flow-from: 1") is "" | |
| 11 PASS testCSSText("-webkit-flow-from: 1.2") is "" | |
| 12 PASS testCSSText("-webkit-flow-from: -1") is "" | |
| 13 PASS testCSSText("-webkit-flow-from: 12px") is "" | |
| 14 PASS testCSSText("-webkit-from-flow: first flow") is "" | |
| 15 PASS testComputedStyle("first-flow") is "first-flow" | |
| 16 PASS testComputedStyle("'first flow'") is "none" | |
| 17 PASS testComputedStyle("none") is "none" | |
| 18 PASS testComputedStyle("initial") is "none" | |
| 19 PASS testComputedStyle("inherit") is "none" | |
| 20 PASS testComputedStyle("1") is "none" | |
| 21 PASS testComputedStyle("1.2") is "none" | |
| 22 PASS testComputedStyle("-1") is "none" | |
| 23 PASS testComputedStyle("12px") is "none" | |
| 24 PASS successfullyParsed is true | |
| 25 | |
| 26 TEST COMPLETE | |
| 27 | |
| OLD | NEW |