summaryrefslogtreecommitdiffstats
path: root/dom/xul/crashtests/326644-1.html
blob: 6f1d88a5ebef8a4b6023480ed75c3b7b58c65e18 (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.xhtml"></iframe>
</body>
</html>