blob: 607da9e86346babb7c6343e1686184cc58dc9f05 [file] [log] [blame]
Test that parsing of css shapes related properties is enabled by default.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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-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