page-name-display-none-child-print-ref.html (238B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <div style="break-after: page">a</div> 5 <!-- This should match the test case, even if page-breaks are being coalesced --> 6 <div style="break-after: page"></div> 7 <div>b</div> 8 </body> 9 </html>