Mypal/dom/xul/crashtests/386914-1.html
2019-03-11 13:26:37 +03:00

10 lines
181 B
HTML

<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 1000);
</script>
<body>
<iframe src="386914-1-inner.xul"></iframe>
</body>
</html>