image-embedding-nesteder-data-url.html (724B)
1 <!doctype html> 2 <title>SVG image that uses a data: URL and then again</title> 3 <link rel="match" href="../struct/reftests/reference/green-100x100.html"> 4 <img src="data:image/svg+xml, 5 <svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'> 6 <image href='data:image/svg+xml, 7 &lt;svg xmlns="http://www.w3.org/2000/svg"> 8 &lt;image href="data:image/svg+xml, 9 &amp;lt;svg xmlns=&amp;quot;http://www.w3.org/2000/svg&amp;quot;> 10 &amp;lt;rect width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; fill=&amp;quot;green&amp;quot;/> 11 &amp;lt;/svg> 12 "/> 13 &lt;/svg> 14 '/> 15 </svg> 16 ">