tor-browser

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

fixedpos-008-print.html (749B)


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