blob: 795ff69236a47521782f38571e1735ae33ae0e28 [file] [log] [blame]
This tests checks parsing of the 'transform-box' property
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testPropertyValue("transform-box: border-box", "transform-box") is "border-box"
PASS testPropertyValue("transform-box: fill-box", "transform-box") is "fill-box"
PASS testPropertyValue("transform-box: view-box", "transform-box") is "view-box"
PASS testComputedStyle("", "transform-box") is "border-box"
PASS testComputedStyle("transform-box: fill-box", "transform-box") is "fill-box"
PASS testComputedStyle("transform-box: view-box", "transform-box") is "view-box"
PASS testSVGComputedStyle("", "transform-box") is "view-box"
PASS testSVGComputedStyle("transform-box: fill-box", "transform-box") is "fill-box"
PASS testSVGComputedStyle("transform-box: border-box", "transform-box") is "border-box"
PASS testComputedStyleOnElementWithId("foreignObject") is "view-box"
Test default value on elements with CSS layout boxes
PASS testComputedStyleOnElementWithId("svgRoot") is "border-box"
PASS testComputedStyleOnElementWithId("nested-svg") is "border-box"
PASS testComputedStyleOnElementWithId("inside-foreign-object") is "border-box"
PASS successfullyParsed is true
TEST COMPLETE