summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-page/page-name-inline-block-002-ref.html
blob: ec483e2e794795f5f09f9b154bf5467887f1d2c7 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html class="reftest-paged">
  <body>
    <div style="display: inline-block">
      <div>a</div>
      <div>b</div>
    </div>
    <div style="break-before: page">c</div>
  </body>
</html>