tor-browser

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

fixedpos-004-print.html (599B)


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