tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

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      &amp;lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;>
      8        &amp;lt;rect width=&quot;100&quot; height=&quot;100&quot; fill=&quot;green&quot;/>
      9      &amp;lt;/svg>
     10    '/>
     11  </svg>
     12 ">