tor-browser

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

fixedpos-007-print.html (615B)


      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-007-print-ref.html">
      5 <style>
      6  body { margin: 0; }
      7 </style>
      8 <div style="margin-top:4em;">
      9  There should be three pages.
     10 </div>
     11 <div style="position:absolute; top:50vh;">
     12  <div style="height:250vh;"></div>
     13  <div style="position:fixed; top:0;">
     14    This should be repeated on every page.
     15  </div>
     16 </div>
     17 <div style="position:fixed; top:2em;">
     18  This should also be repeated on every page.
     19 </div>