tenfourfox/layout/reftests/table-dom/insertCols4-ref.html

16 lines
208 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
<colgroup>
<col width=100>
<col width=200>
<col width=300>
</colgroup>
<tr>
<td>100</td><td>200</td><td>300</td>
</tr>
</table>
</BODY></HTML>