зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
374 B
HTML
13 строки
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>
|