Backed out 4 changesets (bug 1900395, bug 1904489, bug 1920928) for causing multiple...
[gecko.git] / layout / tables / crashtests / 1031934.html
blobb718df845cd4ad757e65379d9dbd19bb474db3f2
1 <html>
2 <head>
3 </head>
4 <body>
5 <table>
6 <tbody style="visibility: collapse;">
7 <tr><td hidden=""></td></tr>
8 </tbody>
9 </table>
11 <table>
12 <tbody>
13 <tr style="visibility: collapse;"><td hidden=""></td></tr>
14 </tbody>
15 </table>
17 </body>
18 </html>