blob: eaa36f53b7f67b1f767e6432ca36db1f6ce3a07b [file] [log] [blame]
Test that parsing of css regions related properties is disabled by default.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testWebKitFlowInto("-webkit-flow-into: none") is ""
PASS testWebKitFlowInto("-webkit-flow-into: first-flow") is ""
PASS testComputedStyleWebKitFlowInto("none") is "none"
PASS testComputedStyleWebKitFlowInto("first-flow") is "none"
PASS testWebKitFlowFrom("-webkit-flow-from: first-flow") is ""
PASS testWebKitFlowFrom("-webkit-flow-from: none") is ""
PASS testComputedStyleWebKitFlowFrom("first-flow") is "none"
PASS testComputedStyleWebKitFlowFrom("none") is "none"
PASS testWebKitRegionFragment("-webkit-region-fragment: auto") is ""
PASS testWebKitRegionFragment("-webkit-region-fragment: break") is ""
PASS testComputedStyleWebKitRegionFragment("auto") is "auto"
PASS testComputedStyleWebKitRegionFragment("break") is "auto"
PASS webkitRegionRuleIndex is -1
PASS successfullyParsed is true
TEST COMPLETE