diff options
Diffstat (limited to 'layout/generic/crashtests/361109.html')
-rw-r--r-- | layout/generic/crashtests/361109.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/generic/crashtests/361109.html b/layout/generic/crashtests/361109.html new file mode 100644 index 0000000000..fef9c6be83 --- /dev/null +++ b/layout/generic/crashtests/361109.html @@ -0,0 +1,9 @@ +<html>
+<head>
+<title>Testcase bug 361109 - Crash [@ nsBlockBandData::Init] with position:fixed on select</title>
+</head>
+<body>
+This page should not crash Mozilla
+<select style="position: fixed;"><select>
+</body>
+</html>
|