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

19 lines
171 B
HTML

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