tor-browser

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

required-extensions-2-ref.html (295B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>SVG requiredExtensions (reference)</title>
      6 </head>
      7 <body>
      8  <p>Test passes if there is a green square and no red.</p>
      9  <svg width="200px" height="200px">
     10    <rect width="200px" height="200px" fill="green"/>
     11  </svg>
     12 </body>
     13 </html>