Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 711864-1.html
blob554a069ceeb758f97b04b14ffe79d92d70cc3446
1 <html>
2 <body onload="document.querySelector('colgroup').style.borderLeft='6px solid green';">
3 <table style="border-collapse: collapse;">
4 <colgroup></colgroup>
5 <tbody>
6 <tr></tr>
7 </tbody>
8 <tbody>
9 <tr></tr>
10 <td></td>
11 <td colspan="2"></td>
12 </tbody>
13 </table>
14 </body>
15 </html>