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