Mozilla/mozilla/layout/reftests/table-dom/appendColGroup1-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

23 lines
238 B
HTML

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