summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/1406291-1.html
blob: df8a7185d960df314fd7339a282542f8ddeb65e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html class="reftest-paged">
<title>Testcase, Mozilla bug 1406291</title>
<style>
body { margin: 0 }
table { border-spacing: 0; }
table, td { margin: 0; padding: 0; }
</style>

<div style="page-break-after: always;">
  Only line on first page.
  <br clear="all" />
</div>

<div>
  <table>
    <tr><td style="padding-top: 1px">
      <div style="float:left">
        Line 1 on second page.
      </div>
    </td></tr>
    <tr><td>Line 2 on second page.</td></tr>
  </table>
</div>