diff options
Diffstat (limited to 'layout/forms/crashtests/451316.html')
-rw-r--r-- | layout/forms/crashtests/451316.html | 7 |
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 000000000..77f5d5517 --- /dev/null +++ b/layout/forms/crashtests/451316.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> +<body> +<div style="-moz-column-width: 1px;"><select style="height: 12em; display: block;"></select></div> +<div style="-moz-column-width: 1px;"><select multiple style="height: 12em; display: block;"></select></div> +</body> +</html> |