summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertColGroups2-ref.html
blob: 875ed955070598fbafeba30c192af9c60972961f (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>
 <colgroup>
  <col width=50>
 </colgroup>
 <colgroup>
  <col width=100>
  <col width=150>
 </colgroup>
 <colgroup>
  <col width=200>
 </colgroup>
 <tr>
  <td>50</td><td>100</td><td>150</td><td>200</td>
 </tr>
</table>
</BODY></HTML>