summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/deleteCol1-ref.html
blob: 556e329bfd316adef699a34bbb5ed1b5178ecbdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<HEAD>
 
</HEAD>
<BODY>

<table bgcolor=orange border>
 <col width=200>
 <col width=300>
 <tr>
  <td>200</td><td>300</td><td>auto</td>
 </tr>
</table>

</BODY></HTML>