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-external-resource-nested-image.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title><use> referencing an external <symbol> that references an external element</title>
<link rel="match" href="reference/green-100x100.html">
<svg>
<rect width="98" height="98" x="1" y="1" fill="red"/>
<use href="support/symbol-with-external-reference.svg#green-image"/>
</svg>