summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/492661-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/492661-1-ref.html')
-rw-r--r--layout/reftests/bugs/492661-1-ref.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/bugs/492661-1-ref.html b/layout/reftests/bugs/492661-1-ref.html
new file mode 100644
index 0000000000..eaf999dc7b
--- /dev/null
+++ b/layout/reftests/bugs/492661-1-ref.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+
+<body>
+
+<table>
+<col>
+<col style="visibility: collapse;"><col>
+<tbody id="tbody">
+ <tr>
+ <td>one</td>
+ <td>two</td>
+ </tr>
+ <tr>
+ <td>one</td>
+ <td>two</td>
+ </tr>
+</tbody>
+</table>
+
+</body>
+</html>