tor-browser

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

bug1722890.html (256B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5 div {
      6    position: fixed;
      7    width: 20px;
      8    height: 20px;
      9    background: blue;
     10    left: 0;
     11 }
     12    </style>
     13  </head>
     14  <body>
     15    <div style="top:0"></div>
     16    <div style="bottom:0"></div>
     17  </body>
     18 </html>