summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/deleteCol2-ref.html
blob: 351dae6d79e307ecf109de940a9c0bb40e7824b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HEAD>
</HEAD>
<BODY>
<table bgcolor=orange border>
 <col width=100>
 <col width=300>
 <tr>
  <td>100</td><td>300</td><td>auto</td>
 </tr>
</table>

</BODY></HTML>