tenfourfox/layout/tables/crashtests/1031934.html

19 lines
233 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
</head>
<body>
<table>
<tbody style="visibility: collapse;">
<tr><td hidden=""></td></tr>
</tbody>
</table>
<table>
<tbody>
<tr style="visibility: collapse;"><td hidden=""></td></tr>
</tbody>
</table>
</body>
</html>