summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/rowgroup-page-break-after-always-1-ref.html
blob: 130833dbbac27b4d939557c30986b9857261f4a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html class="reftest-paged">
  <style>
  div.spacer { height: 50px; width: 50px; border: thin solid green;}
  </style>

  <table>
    <tbody>
      <tr><td><div class="spacer"></div></td></tr>
    </tbody>
  </table>
  <div style="page-break-after: always"></div>
  <table style="position: relative; top: -2px">
    <tbody>
      <tr><td><div class="spacer"></div></td></tr>
    </tbody>
  </table>
</html>