summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/393956-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/393956-3.html')
-rw-r--r--layout/generic/crashtests/393956-3.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/generic/crashtests/393956-3.html b/layout/generic/crashtests/393956-3.html
new file mode 100644
index 000000000..afa5ab683
--- /dev/null
+++ b/layout/generic/crashtests/393956-3.html
@@ -0,0 +1,11 @@
+<html>
+<head><style>
+body { -moz-column-count: 1; }
+#x { height: 1px; }
+#y { height: 2px; }
+
+</style></head>
+
+<body><div id="x"><div id="y"></div></div></body>
+
+</html>