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-nesteder-data-url.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>SVG image that uses a data: URL and then again</title>
<link rel="match" href="../struct/reftests/reference/green-100x100.html">
<img src="data:image/svg+xml,
<image href='data:image/svg+xml,
&lt;image href="data:image/svg+xml,
&amp;lt;rect width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; fill=&amp;quot;green&amp;quot;/>
&amp;lt;/svg>
"/>
&lt;/svg>
'/>
</svg>
">