mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
374 B
HTML
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>
|