Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[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>