summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/1406050-1.html
blob: d03c839577172933ec19e38f698a3424cf37788c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html class="reftest-paged">
<head>
  <meta charset="utf-8">
  <title>Reftest, Mozilla bug 1406050</title>
</head>
<body>
  <div style="page-break-after: always;">test1</div>
  <div>
    <div>
      <table>
        <tr>
          <td>
            <h1>test2</h1>
          </td>
        </tr>
      </table>
    </div>
  </div>
</body>
</html>