mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
353 B
HTML
17 lines
353 B
HTML
|
<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>
|