Mypal/dom/base/crashtests/371124-2.html

10 lines
181 B
HTML
Raw Permalink Normal View History

2019-03-11 03:26:37 -07:00
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 500);
</script>
<body>
<iframe src="371124-2-inner.html"></iframe>
</body>
</html>