summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/deleteCol3-ref.html
blob: 2ad1a02b37eee7cee9d3ec42185e96437a9ac772 (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=200>
 <tr>
  <td>100</td><td>200</td><td>auto</td>
 </tr>
</table>

</BODY></HTML>