summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1116104.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/1116104.html')
-rw-r--r--layout/base/crashtests/1116104.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/crashtests/1116104.html b/layout/base/crashtests/1116104.html
new file mode 100644
index 0000000000..3f3f0169af
--- /dev/null
+++ b/layout/base/crashtests/1116104.html
@@ -0,0 +1,15 @@
+<html>
+
+<head>
+
+</head>
+
+<body>
+<style>colgroup::after { content:"after"; }</style>
+
+<table>
+<colgroup><col style="display: inline;">t</col></colgroup>
+</table>
+
+</body>
+</html>