tor-browser

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

fixedpos-in-footer-forced-break-print.html (753B)


      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=1414682">
      4 <link rel="match" href="fixedpos-in-footer-forced-break-print-ref.html">
      5 <style>
      6  body { margin: 0; }
      7 </style>
      8 <div style="display:table-row;">
      9  On the first page.
     10  <div style="break-before:page;">
     11    On the second page.
     12  </div>
     13  <div style="break-before:page; break-after:page;">
     14    On the third page.
     15  </div>
     16  On the fourth page.
     17 </div>
     18 <div style="display:table-footer-group; break-inside:avoid;">
     19  <div style="height:3em;">
     20    On every page.
     21  </div>
     22  <div style="position:fixed; bottom:0;">
     23    <div>At the bottom of every page.</div>
     24  </div>
     25 </div>