tor-browser

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

space-2-ref.html (355B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>space (reference)</title>
      6 </head>
      7 <body>
      8  <p>Test passes if you see a green square and no red.</p>
      9  <div style="position: relative;">
     10    <div style="position: absolute; top: 0px; left: 0px;
     11                background: green; width: 200px; height: 200px;">
     12    </div>
     13  </div>
     14 </body>
     15 </html>