tenfourfox/dom/xul/crashtests/326644-2.html

10 lines
181 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 1000);
</script>
<body>
<iframe src="326644-2-inner.xul"></iframe>
</body>
</html>