mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
12 lines
363 B
HTML
12 lines
363 B
HTML
<html class="reftest-wait">
|
|
<head>
|
|
<title>Testcase bug 375399 - Crash [@ nsElementSH::PostCreate] when removing window when accessing xul:tree in xul:tabs onselect in svg:foreignObject</title>
|
|
<script>
|
|
setTimeout('document.documentElement.className = ""', 500);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<iframe id="content" src="./375399-1-inner.xhtml"></iframe>
|
|
</body>
|
|
</html>
|