Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
  <title>Zero height box immediately after a forced page-break</title>
  <link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com"/>
  <body>
    <div style="break-after: page; height: 100%">Page 1</div>
    <div style="height: 1in"></div>
  </body>
</html>