tor-browser

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

fixedpos-002-print.html (452B)


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