haikuwebkit/LayoutTests/fast/shapes/css-shapes-enabled-expected...

14 lines
550 B
Plaintext

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-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
PASS testComputedStyle("-webkit-shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)"
PASS successfullyParsed is true
TEST COMPLETE