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

15 lines
207 B
HTML

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