tor-browser

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

fixedpos-003-print.html (427B)


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