summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/appendCol1-ref.html
blob: c9728b754e38d8f1d1047cda8ada1399166e1683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<HEAD> 
</HEAD>
<BODY >
<table bgcolor=orange border>
 <col>
 <col width=200>
 <tr>
  <td>c11</td><td>c12</td>
 </tr>
</table>
</BODY></HTML>