diff options
Diffstat (limited to 'layout/forms/crashtests/382610-1.html')
-rw-r--r-- | layout/forms/crashtests/382610-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/forms/crashtests/382610-1.html b/layout/forms/crashtests/382610-1.html new file mode 100644 index 0000000000..9fe9c5b5c1 --- /dev/null +++ b/layout/forms/crashtests/382610-1.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<body> + +<div style="position: absolute"> + <input type="file" style="position: absolute; -moz-appearance: menulist;"> +</div> + +</body> +</html> + |