OLD | NEW |
1 This test verifies that the webkit-flow-into property is correctly parsed | 1 This test verifies that the webkit-flow-into property is correctly parsed |
2 | 2 This is a testharness.js-based test. |
3 PASS Test Parse none | 3 PASS Test Parse none |
4 PASS Test Parse first-flow | 4 PASS Test Parse first-flow |
5 PASS Test Parse 'first-flow' | 5 PASS Test Parse 'first-flow' |
6 PASS Test Parse ; | 6 PASS Test Parse ; |
7 PASS Test Parse 1 | 7 PASS Test Parse 1 |
8 PASS Test Parse 1.2 | 8 PASS Test Parse 1.2 |
9 PASS Test Parse -1 | 9 PASS Test Parse -1 |
10 PASS Test Parse 12px | 10 PASS Test Parse 12px |
11 PASS Test Computed Style none | 11 PASS Test Computed Style none |
12 PASS Test Computed Style '' | 12 PASS Test Computed Style '' |
13 PASS Test Computed Style 'first-flow' | 13 PASS Test Computed Style 'first-flow' |
14 PASS Test Computed Style first-flow | 14 PASS Test Computed Style first-flow |
15 PASS Test Computed Style 12px | 15 PASS Test Computed Style 12px |
16 PASS Test Non-Inherited none, none | 16 PASS Test Non-Inherited none, none |
17 PASS Test Non-Inherited none, child-flow | 17 PASS Test Non-Inherited none, child-flow |
18 PASS Test Non-Inherited parent-flow, none | 18 PASS Test Non-Inherited parent-flow, none |
19 PASS Test Non-Inherited parent-flow, child-flow | 19 PASS Test Non-Inherited parent-flow, child-flow |
| 20 Harness: the test ran to completion. |
20 | 21 |
OLD | NEW |