Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 862624.html
blob9a17adb108de962c11e721687c9710b4a5be2cc7
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <table>
5 <tbody>
6 <tr>
7 <td colspan="0"></td>
8 </tr>
9 <tr>
10 <td rowspan="5" colspan="900"></td>
11 </tr>
12 <tr>
13 <td colspan="496"></td>
14 <td></td>
15 </tr>
16 </tbody>
17 </table>
18 </body>
19 </html>