summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/387460-1.html
blob: bd1fc9353cb7cccbce074bac34449ec77201f1f4 (plain)
1
2
3
4
5
6
7
8
9
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 1000);
</script>
<body>
<iframe src="387460-1-inner.xhtml"></iframe>
</body>
</html>