summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertColGroups1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-dom/insertColGroups1-ref.html')
-rw-r--r--layout/reftests/table-dom/insertColGroups1-ref.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/table-dom/insertColGroups1-ref.html b/layout/reftests/table-dom/insertColGroups1-ref.html
new file mode 100644
index 0000000000..79fb5764b3
--- /dev/null
+++ b/layout/reftests/table-dom/insertColGroups1-ref.html
@@ -0,0 +1,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>
+