tor-browser

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

content-visibility-auto-svg-image-ref.html (375B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <body>
      4    <svg xmlns="http://www.w3.org/2000/svg" width="400" height="100">
      5        <foreignObject width="100%" height="100%">
      6          <div xmlns="http://www.w3.org/1999/xhtml" style="content-visibility: auto;">
      7            <p style="font: 50px sans-serif;">Hello World</p>
      8          </div>
      9        </foreignObject>
     10    </svg>
     11 </body>