OLD | NEW |
1 Test that parsing of css regions related properties is disabled by default. | 1 Test that parsing of css regions related properties is disabled by default. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS testWebKitFlowInto("-webkit-flow-into: none") is "" | 6 PASS testWebKitFlowInto("-webkit-flow-into: none") is "" |
7 PASS testWebKitFlowInto("-webkit-flow-into: first-flow") is "" | 7 PASS testWebKitFlowInto("-webkit-flow-into: first-flow") is "" |
8 PASS testComputedStyleWebKitFlowInto("none") is "none" | 8 PASS testComputedStyleWebKitFlowInto("none") is "none" |
9 PASS testComputedStyleWebKitFlowInto("first-flow") is "none" | 9 PASS testComputedStyleWebKitFlowInto("first-flow") is "none" |
10 PASS testWebKitFlowFrom("-webkit-flow-from: first-flow") is "" | 10 PASS testWebKitFlowFrom("-webkit-flow-from: first-flow") is "" |
11 PASS testWebKitFlowFrom("-webkit-flow-from: none") is "" | 11 PASS testWebKitFlowFrom("-webkit-flow-from: none") is "" |
12 PASS testComputedStyleWebKitFlowFrom("first-flow") is "none" | 12 PASS testComputedStyleWebKitFlowFrom("first-flow") is "none" |
13 PASS testComputedStyleWebKitFlowFrom("none") is "none" | 13 PASS testComputedStyleWebKitFlowFrom("none") is "none" |
14 PASS testWebKitRegionOverflow("-webkit-region-overflow: auto") is "" | 14 PASS testWebKitRegionFragment("-webkit-region-fragment: auto") is "" |
15 PASS testWebKitRegionOverflow("-webkit-region-overflow: break") is "" | 15 PASS testWebKitRegionFragment("-webkit-region-fragment: break") is "" |
16 PASS testComputedStyleWebKitRegionOverflow("auto") is "auto" | 16 PASS testComputedStyleWebKitRegionFragment("auto") is "auto" |
17 PASS testComputedStyleWebKitRegionOverflow("break") is "auto" | 17 PASS testComputedStyleWebKitRegionFragment("break") is "auto" |
18 PASS webkitRegionRuleIndex is -1 | 18 PASS webkitRegionRuleIndex is -1 |
19 PASS successfullyParsed is true | 19 PASS successfullyParsed is true |
20 | 20 |
21 TEST COMPLETE | 21 TEST COMPLETE |
22 | 22 |
OLD | NEW |