diff options
Diffstat (limited to 'layout/base/crashtests/367498-2.html')
-rw-r--r-- | layout/base/crashtests/367498-2.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/base/crashtests/367498-2.html b/layout/base/crashtests/367498-2.html new file mode 100644 index 000000000..2c85ac0a4 --- /dev/null +++ b/layout/base/crashtests/367498-2.html @@ -0,0 +1,14 @@ +<html><head> +</head><body> +<marquee> +<div style="border: 1px solid black; -moz-border-radius: 2em;"> +<marquee> +<span style="display: -moz-grid-line;"> +<select></select> +</span> +</marquee> +</div> +</marquee> + +</body> +</html> |