summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/409084-1a.html
blob: 48f440edaca121cad8d377ed784c4b133275fcf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html class="reftest-paged">
<head><style>
    td { vertical-align: top; }
    .tall {
      height: 2.1in; /* just longer than a reftest-paged page. */
      width:  1in;
      float:  left;
      border: 0px;
    }
</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><iframe class="tall"></iframe></td></tr>
    </tbody>
  </table>
  <br>
</body>
</html>