summaryrefslogtreecommitdiffstats
path: root/dom/xbl/crashtests/336960-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xbl/crashtests/336960-1.html')
-rw-r--r--dom/xbl/crashtests/336960-1.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/xbl/crashtests/336960-1.html b/dom/xbl/crashtests/336960-1.html
new file mode 100644
index 000000000..0263d3095
--- /dev/null
+++ b/dom/xbl/crashtests/336960-1.html
@@ -0,0 +1,13 @@
+<html class="reftest-wait">
+<head>
+
+<title>Testcase bug 336960 - Crash when window gets destroyed when constructor of xbl is running</title>
+<script>
+setTimeout('document.documentElement.className = ""', 500);
+</script>
+</head><body>
+This page should not crash Mozilla, you should see no iframe<br>
+<iframe src="./336960-1-inner.xhtml"></iframe>
+
+</body>
+</html> \ No newline at end of file