tenfourfox/layout/tables/crashtests/711864-1.html

16 lines
318 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>