summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertCols2-ref.html
blob: a4d281eed5256c2fff46cb35c0ab09a9552c8326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
 <col width=100>
 <col width=200>
 <col width=300>
 <tr>
  <td>100</td><td>200</td><td>300</td>
 </tr>
</table>
</BODY></HTML>