Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 378240-1.html
blob3030280809053ab0ef363757f1189fdfd9127bf9
1 <html>
2 <body onload="document.getElementById('table').style.position = 'fixed';">
4 <table id="table" border="1">
5 <tr>
6 <td>td</td>
7 <caption>caption</caption>
8 </tr>
9 </table>
11 </body>
12 </html>