summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertCols3-ref.html
blob: b0fa437fac554065ef1e3fb5f88418b0d9f6c7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>