Status: FAIL | Duration: 12ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/svg/extensibility/foreignObject/position-svg-root-in-foreign-object.html
<!DOCTYPE html> <meta charset="utf-8"> <title>SVG: svg root child of foreignObject should be positionable</title> <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> <link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/embedded.html#ForeignObjectElement"> <link rel="match" href="position-svg-root-in-foreign-object-ref.html"> <p>You should see the word PASS and no red below.</p> <svg> <foreignObject width="200" height="200"> PASS <svg style="position:absolute; left: -1000px; width:100px; height: 100px; background: red"></svg> </foreignObject> </svg>
/svg/extensibility/foreignObject/position-svg-root-in-foreign-object-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <title>SVG Reftest Reference</title> <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> <p>You should see the word PASS and no red below.</p> PASS