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

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

</BODY></HTML>