summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/409084-1-ref.html
blob: 5ae9e92080419494c07d94b548470e6c0b075958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html class="reftest-paged">
<head><style>
    td { vertical-align: top; }
    .break { page-break-before: always; height: 1in }
</style></head>
<body>
  <table cellspacing="0" cellpadding="0">
    <tbody>
      <tr><td rowspan="2">line 1<br/>line 2<br/>line 3</td></tr>
      <tr><td><div class="tall"></iframe></td></tr>
    </tbody>
  </table>
  <div class="break"></div>
</body>
</html>