tor-browser

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

display-1-ref.html (240B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>display (reference)</title>
      6 </head>
      7 <body>
      8  <p>Test passes if you see a green square.</p>
      9  <div style="background: green; width: 200px; height: 200px;">
     10  </div>
     11 </body>
     12 </html>