tor-browser

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

fixedpos-004-print-ref.html (823B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  body { margin: 0; }
      5 </style>
      6 <div style="position:absolute; bottom:0; margin-bottom:2em;">
      7  This should repeat on every page.
      8 </div>
      9 <div style="position:absolute; bottom:-100vh; margin-bottom:2em;">
     10  This should repeat on every page.
     11 </div>
     12 <div style="position:absolute; bottom:-200vh; margin-bottom:2em;">
     13  This should repeat on every page.
     14 </div>
     15 <div style="position:absolute; bottom:0;">
     16  This should also repeat on every page.
     17 </div>
     18 <div style="position:absolute; bottom:-100vh;">
     19  This should also repeat on every page.
     20 </div>
     21 <div style="position:absolute; bottom:-200vh;">
     22  This should also repeat on every page.
     23 </div>
     24 <div style="position:absolute; top:0;">
     25  There should be three pages.
     26 </div>