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

19 lines
299 B
HTML

<html class="reftest-wait">
<head>
<script type="text/javascript">
var i = 0;
function next(w)
{
++i;
if (i == 1)
w.location.reload();
if (i == 2)
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body>
<iframe src="457050-1-inner.html"></iframe>
</body>
</html>