tor-browser

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

652178-1.html (417B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <body>
      4  Something
      5  <div>
      6    <div style="width: 60%; float: left; border: 5px solid green;">
      7      This should print on page 1
      8    </div>
      9 
     10    <!-- This just needs to be taller than a page -->
     11    <div style="width: 30%; float: right; border: 5px solid purple; height: 3in">
     12    </div>
     13 
     14    <!-- This is needed! -->
     15    <div style="clear: both"></div>
     16  </body>
     17 </html>