summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-name-display-none-child-print-ref.html
blob: b7044e0776a8212b84a64e85f7e703e9a5010f4a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <body>
    <div style="break-after: page">a</div>
    <!-- This should match the test case, even if page-breaks are being coalesced -->
    <div style="break-after: page"></div>
    <div>b</div>
  </body>
</html>