tor-browser

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

image-embedding-nested-http-url.sub.html (417B)


      1 <!doctype html>
      2 <title>SVG image that uses an HTTP URL</title>
      3 <link rel="mismatch" href="../struct/reftests/reference/green-100x100.html">
      4 <!-- Even better would be a blank page expected match. -->
      5 <img src="data:image/svg+xml,
      6  <svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
      7    <image href='{{location[scheme]}}://{{location[host]}}/svg/embedded/reference/green-rect-100x100.svg'/>
      8  </svg>
      9 ">