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