Status: FAIL | Duration: 45ms | Subtests: 0/1 | Open test on wpt.live | wpt.fyi
/svg/struct/reftests/use-symbol-display-none.svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink"> <title><use> with a display="none" symbol</title> <h:link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/struct.html#UseElementHrefAttribute"/> <h:link rel="match" href="reference/green-100x100.svg"/> <defs> <symbol id="a" display="none"> <rect width="100" height="100" fill="red"/> </symbol> </defs> <rect width="100" height="100" fill="green"/> <use href="#a"></use> </svg>