Mozilla/mozilla/layout/reftests/table-dom/insertColGroups1-ref.html
bmlk%gmx.de e07e05aaf8 conversion of the table dom layout regression files to reftest, not part of any build
git-svn-id: svn://10.0.0.236/trunk@214741 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-05 16:43:35 +00:00

20 lines
235 B
HTML

<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
<colgroup>
<col width=100>
<col width=200>
</colgroup>
<colgroup>
<col width=300>
</colgroup>
<tr>
<td>100</td><td>200</td><td>300</td>
</tr>
</table>
</BODY></HTML>