zero-height-page-break-001-print.html (699B)
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 <link rel="match" href="zero-height-page-break-001-print-ref.html"/> 6 <link rel="help" href="https://www.w3.org/TR/css-break-3/#page-break-values"/> 7 <meta name="assert" content="Ensures that a zero-height frame after a forced page-break appears on the following page."/> 8 <!-- This will cause a failure of there is only one page, regardless of matching the ref --> 9 <meta name="reftest-pages" content="1,2"/> 10 <body> 11 <div style="break-after: page; height: 100%">Page 1</div> 12 <div></div> 13 </body> 14 </html>