tenfourfox/layout/tables/crashtests/364512-1.html

21 lines
245 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>