blob: 94bbedd15789d38cd0552c1164d4ef75d8eb5fe7 [file] [log] [blame]
Test that parsing of css exclusions related properties can be disabled.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testInlineStyle("-webkit-wrap-flow", "both") is null
PASS testComputedStyle("-webkit-wrap-flow", "both") is "auto"
PASS testInlineStyle("-webkit-shape-margin", "10px") is null
PASS testComputedStyle("-webkit-shape-margin", "10px") is "0px"
PASS testInlineStyle("-webkit-shape-padding", "10px") is null
PASS testComputedStyle("-webkit-shape-padding", "10px") is "0px"
PASS testInlineStyle("-webkit-wrap-through", "none") is null
PASS testComputedStyle("-webkit-wrap-through", "none") is "wrap"
PASS testInlineStyle("-webkit-shape-outside", "circle(10px, 10px, 10px)") is null
PASS testComputedStyle("-webkit-shape-outside", "circle(10px, 10px, 10px)") is "auto"
PASS testInlineStyle("-webkit-shape-inside", "circle(10px, 10px, 10px)") is null
PASS testComputedStyle("-webkit-shape-inside", "circle(10px, 10px, 10px)") is "outside-shape"
PASS successfullyParsed is true
TEST COMPLETE