Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/struct/reftests/use-no-tspan.svg - WPT Dashboard Interop Dashboard
<title>Testing that 'use' cannot make 'tspan' elements visible</title>
<h:link rel="match" href="reference/green-100x100.svg"/>
<defs>
<text><tspan id="t" x="20" y="100" fill="red" font-size="36">Should not see this</tspan></text>
</defs>
<rect width="100" height="100" fill="green"/>
<use href="#t"/>
</svg>