summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html')
-rw-r--r--layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html b/layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html
new file mode 100644
index 0000000000..2d3cd87c83
--- /dev/null
+++ b/layout/reftests/table-dom/insertColgroupAndRowgroup-ref.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+
+<style>
+ colgroup#s { width: 200px; }
+</style>
+
+</head>
+<body>
+<table border="1">
+<colgroup></colgroup>
+<colgroup id="s"></colgroup>
+<tbody><tr><td>cell 1,1</td><td>cell 1,2</td></tr></tbody>
+<tbody><tr><td>cell 2,1</td><td>cell 2,2</td></tr></tbody>
+</table>
+</body>
+</html>