Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/embedded/image-embedding-nested-data-url.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>SVG image that uses a data: URL</title>
<link rel="match" href="../struct/reftests/reference/green-100x100.html">
<img src="data:image/svg+xml,
<image href='data:image/svg+xml,
&lt;rect width="100" height="100" fill="green"/>
&lt;/svg>
'/>
</svg>
">