gecko/layout/tables/crashtests/364512-1.html
jruderman@hmc.edu 5256e1558f Add crashtests
2007-12-16 21:33:53 -08:00

21 lines
245 B
HTML

<html>
<body>
<table border="1">
<tbody style="overflow: hidden;">
<tr>
<td>
Foo
</td>
</tr>
<tr>
<td>
<p style="height: 200%;">Bar</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>