blob: 5da5aea299851ae0a26e8aac9b9aa5238ca4b10c [file] [log] [blame]
Test that parsing of css shapes related properties can be disabled.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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-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