diff options
Diffstat (limited to 'layout/forms/crashtests/323499-1.html')
-rw-r--r-- | layout/forms/crashtests/323499-1.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/forms/crashtests/323499-1.html b/layout/forms/crashtests/323499-1.html new file mode 100644 index 000000000..bc015aa76 --- /dev/null +++ b/layout/forms/crashtests/323499-1.html @@ -0,0 +1,21 @@ +<html> +<head> + +<style> +select { + visibility: collapse; +} + +body { + display: -moz-grid-group; +} + +</style> +</head> + +<body> + +<select><option>a</option></select> + +</body> +</html>
\ No newline at end of file |