tor-browser

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

zero-height-page-break-001-print-ref.html (303B)


      1 <!DOCTYPE html>
      2 <html>
      3  <title>Zero height box immediately after a forced page-break</title>
      4  <link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com"/>
      5  <body>
      6    <div style="break-after: page; height: 100%">Page 1</div>
      7    <div style="height: 1in"></div>
      8  </body>
      9 </html>