tenfourfox/dom/xbl/crashtests/336960-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
374 B
HTML

<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>