tenfourfox/dom/base/crashtests/561981-2.html

13 lines
240 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html class="reftest-wait">
<head>
<script>
function finish() {
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(finish, 5000)">
<iframe src="561981-2-iframe.xhtml"></iframe>
</body>
</html>