tor-browser

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

test_carets_svg_shapes.html (364B)


      1 <!-- Any copyright is dedicated to the Public Domain.
      2   - http://creativecommons.org/publicdomain/zero/1.0/ -->
      3 
      4 <!DOCTYPE html>
      5 <html>
      6  <body>
      7    <svg xmlns="http://www.w3.org/2000/svg" id="svg-element" width="200" height="200">
      8      <rect id="rect" x="100" y="100" width="20" height="20"></rect>
      9    </svg>
     10    <p id="text">ABC DEF GHI</p>
     11  </body>
     12 </html>