summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/448988-1.xhtml
blob: 6811813c4dd71d789e68d50fac1573f9343f8b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html style="font-size: 10px;" xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">

.tall { height: 2891380em; }

</style>
</head>

<body>

<table>
  <tbody class="tall">
    <td>
      <td class="tall"></td>
    </td>
    <tr>
      <td>
        <td class="tall"></td>
      </td>
    </tr>
    <tr class="tall"></tr>
    <tr>
      <tr class="tall">
        <td></td>
      </tr>
    </tr>
  </tbody>
</table>

</body>
</html>