summaryrefslogtreecommitdiffstats
path: root/dom/xbl/crashtests/336960-1.html
blob: 0263d30958d3c8faf9b75157fdbdc32b6ee4ad12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>