tor-browser

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

fixedpos-007-print-ref.html (812B)


      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="margin-top:4em;">
      7  There should be three pages.
      8 </div>
      9 <div style="position:absolute; top:0;">
     10  This should be repeated on every page.
     11 </div>
     12 <div style="position:absolute; top:100vh;">
     13  This should be repeated on every page.
     14 </div>
     15 <div style="position:absolute; top:200vh;">
     16  This should be repeated on every page.
     17 </div>
     18 <div style="position:absolute; top:0; margin-top:2em;">
     19  This should also be repeated on every page.
     20 </div>
     21 <div style="position:absolute; top:100vh; margin-top:2em;">
     22  This should also be repeated on every page.
     23 </div>
     24 <div style="position:absolute; top:200vh; margin-top:2em;">
     25  This should also be repeated on every page.
     26 </div>