1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-dom/insertColGroups1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<HEAD> 1.5 +</HEAD> 1.6 +<BODY> 1.7 + 1.8 +<table bgcolor=orange border> 1.9 + <colgroup> 1.10 + <col width=100> 1.11 + <col width=200> 1.12 + </colgroup> 1.13 + <colgroup> 1.14 + <col width=300> 1.15 + </colgroup> 1.16 + <tr> 1.17 + <td>100</td><td>200</td><td>300</td> 1.18 + </tr> 1.19 +</table> 1.20 + 1.21 +</BODY></HTML> 1.22 +