tor-browser

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

fixedpos-005-print.html (703B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1399456">
      4 <link rel="match" href="fixedpos-005-print-ref.html">
      5 <style>
      6  body { margin: 0; }
      7 </style>
      8 <div style="height:300vh;">
      9  There should be five pages.
     10 </div>
     11 <div style="position:fixed; bottom:2em;">
     12  This should repeat on every page.
     13 </div>
     14 <div style="position:absolute; top:100vh;">
     15  This should be on the second page.
     16  <div style="position:fixed; bottom:0;">
     17    This should also repeat on every page.
     18  </div>
     19  <div style="position:absolute; top:300vh;">
     20    This should be on the fifth page.
     21  </div>
     22 </div>