tor-browser

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

853889-1.html (595B)


      1 <!doctype html>
      2 <html>
      3  <head><title>Testcase for bug 853889</title></head>
      4  <body>
      5    <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
      6         xmlns:xlink="http://www.w3.org/1999/xlink"
      7         width="400px" height="400px">
      8 
      9      <path d="M 0 400 L 0 450 L 600 450 L 600 400 Z"
     10            fill="rgb(200,12,12)"></path>
     11      <path d="M 0 0 L 0 50 L 600 50 L 600 0 Z"
     12            fill="rgb(200,12,12)"></path>
     13 
     14      <path d="M 0 0 L 0 50 L 600 50 L 600 0 Z
     15               M 0 400 L 0 450 L 600 450 L 600 400 Z"
     16            fill="rgb(12,200,12)"></path>
     17    </svg>
     18  </body>
     19 </html>