summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/451316.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/forms/crashtests/451316.html')
-rw-r--r--layout/forms/crashtests/451316.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/forms/crashtests/451316.html b/layout/forms/crashtests/451316.html
new file mode 100644
index 0000000000..51fda22bc0
--- /dev/null
+++ b/layout/forms/crashtests/451316.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html>
+<body>
+<div style="column-width: 1px;"><select style="height: 12em; display: block;"></select></div>
+<div style="column-width: 1px;"><select multiple style="height: 12em; display: block;"></select></div>
+</body>
+</html>