tor-browser

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

frac-bar-001-ref.html (434B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>fractions bar</title>
      6    <style type="text/css">
      7      #container {
      8          position: absolute;
      9          left: 10px;
     10          top: 50px;
     11          width: 150px;
     12          height: 150px;
     13          background: green;
     14      }
     15    </style>
     16  </head>
     17  <body>
     18    <p>This test passes if you see a green square.</p>
     19    <div id="container"></div>
     20  </body>
     21 </html>