summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-page/page-name-flex-004-ref.html
blob: c6e572a5d94ea19cfc90fe09d62af4406cbde30f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html class="reftest-paged">
  <body>
    <div>a</div>
    <div style="display:flex; flex-direction:column">
      <div>
        <div style="break-after: page">b</div>
        <div>c</div>
      </div>
    </div>
    <div>d</div>
  </body>
</html>