tor-browser

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

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      &amp;lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;>
      8        &amp;lt;image href=&quot;data:image/svg+xml,
      9          &amp;amp;lt;svg xmlns=&amp;amp;quot;http://www.w3.org/2000/svg&amp;amp;quot;>
     10            &amp;amp;lt;rect width=&amp;amp;quot;100&amp;amp;quot; height=&amp;amp;quot;100&amp;amp;quot; fill=&amp;amp;quot;green&amp;amp;quot;/>
     11          &amp;amp;lt;/svg>
     12        &quot;/>
     13      &amp;lt;/svg>
     14    '/>
     15  </svg>
     16 ">