image-embedding-nested-data-url.html (467B)
1 <!doctype html> 2 <title>SVG image that uses a data: URL</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;rect width="100" height="100" fill="green"/> 9 &lt;/svg> 10 '/> 11 </svg> 12 ">