summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/deleteColGroup1-ref.html
blob: 19a2eefa2a91188f16863244f2362d0febd73c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<HEAD>
</HEAD>
<BODY >
<table bgcolor=orange border>
 <colgroup span=2 width=200></colgroup>
 <tr>
  <td>200</td><td>200</td><td>auto</td><td>auto</td>
 </tr>
</table>
</BODY></HTML>