Mypal/layout/tables/crashtests/364512-1.html
2019-03-11 13:26:37 +03: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>