summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/479114-1.html
blob: b60d5e83194acd5108ba29164a29bde1324ffc92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html class="reftest-paged">
  <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>