diff options
Diffstat (limited to 'layout/base/crashtests/331204-1.html')
-rw-r--r-- | layout/base/crashtests/331204-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/base/crashtests/331204-1.html b/layout/base/crashtests/331204-1.html new file mode 100644 index 000000000..e210cb56a --- /dev/null +++ b/layout/base/crashtests/331204-1.html @@ -0,0 +1,11 @@ +<html> +<body>
+ +<style>#stack{ display: -moz-stack; }</style> + +<span id="stack"><select></select><select> + +</select></span> + +</body>
+</html> |