summaryrefslogtreecommitdiffstats
path: root/dom/xul/crashtests/326644-1.html
blob: 41f2cc67f2c7fd896eb0b4f9c7b8cd962e543943 (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="326644-1-inner.xul"></iframe>
</body>
</html>