blob: 2ce99cdfc4cdbafa04c82b904e5ee2cd25d91323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html class="reftest-wait"><head>
<meta charset="utf-8">
<title>Testcase for bug 373628</title>
<script>
function stop() {
document.body.removeChild(document.body.children[0]);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload='setTimeout(stop, 1000)'>
<iframe src="373628.html"></iframe>
</body>
</html>
|