blob: 17e3faf8e220b82c3ca89e0d7507e6248c1fd310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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>
|