tenfourfox/layout/tables/crashtests/711864-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
318 B
HTML

<html>
<body onload="document.querySelector('colgroup').style.borderLeft='6px solid green';">
<table style="border-collapse: collapse;">
<colgroup></colgroup>
<tbody>
<tr></tr>
</tbody>
<tbody>
<tr></tr>
<td></td>
<td colspan="2"></td>
</tbody>
</table>
</body>
</html>