summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-page/page-name-display-none-child-ref.html
blob: 39d4e1e3c56dc511174de7597515c4059f74955b (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html class="reftest-paged">
  <body>
    <p style="break-after:always">a</p>
    <!-- This should match the test case, even if page-breaks are being coalesced -->
    <div style="break-after:always"></div>
    <p>b</p>
  </body>
</html>