summaryrefslogtreecommitdiffstats
path: root/dom/xul/crashtests/326644-2.html
blob: 68fd49c75d5b2d8e1b2d89384ff352b142632f90 (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-2-inner.xul"></iframe>
</body>
</html>