Status: FAIL | Duration: 42ms | Subtests: 0/1 | Open test on wpt.live | wpt.fyi
/svg/struct/reftests/nested-svg-through-display-contents.svg
<?xml version="1.0"?> <svg viewBox="0 0 400 400" width="400" height="400" stroke="none" id="s1" xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml"> <h:link rel="match" href="reference/green-100x100.svg"/> <h:link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/struct.html#ForeignNamespaces"/> <rect x="0" y="0" width="100" height="100" fill="green"></rect> <h:div style="display: contents"> <svg width="300" height="300"> <rect x="5" y="5" width="100" height="100" fill="red"></rect> </svg> </h:div> </svg>