summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/479114-1.html
blob: 8ed600d76f21d594f00a671a38080e2c4cab18e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html class="reftest-print">
  <body>
    <div style="display: table-row">
      <span style="display: block; page-break-before: always"></span>
    </div>
    <div style="display: table-row-group">
      <span style="display: block; page-break-before: always"></span>
    </div>
    <div style="display: table">
      <span style="display: block; page-break-before: always"></span>
    </div>
  </body>
</html>