tor-browser

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

frac-bar-002-ref.html (477B)


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