Mypal/layout/tables/crashtests/1031934.html
2019-03-11 13:26:37 +03:00

19 lines
233 B
HTML

<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>