summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/836895.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/836895.html')
-rw-r--r--layout/generic/crashtests/836895.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/generic/crashtests/836895.html b/layout/generic/crashtests/836895.html
new file mode 100644
index 0000000000..0a50d28d97
--- /dev/null
+++ b/layout/generic/crashtests/836895.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html style="columns: 2 auto;">
+<head>
+<style>
+
+div { width:300px; background:yellow; height:50px; }
+
+</style>
+</head>
+
+<body style="position: relative; display: table;"><div style="position: absolute;"></div></body>
+
+</html>