summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/1031934.html
blob: b718df845cd4ad757e65379d9dbd19bb474db3f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>