tor-browser

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

green-square.html (583B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <meta charset="utf-8">
      5        <title>CSS Reftest Reference</title>
      6        <link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com">
      7        <link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
      8        <style type="text/css">
      9            div {
     10                background: #0F0;
     11                width: 100px;
     12                height: 100px;
     13            }
     14        </style>
     15    </head>
     16    <body>
     17        <p>Test passes if you can see a green square on the screen.</p>
     18        <div></div>
     19    </body>
     20 </html>