mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
265 B
HTML
17 lines
265 B
HTML
<html class="reftest-wait">
|
|
<head>
|
|
<script>
|
|
var numLoads = 0;
|
|
function loaded()
|
|
{
|
|
numLoads++;
|
|
if (numLoads == 5) {
|
|
document.documentElement.className = "";
|
|
}
|
|
}
|
|
</script>
|
|
<body>
|
|
<iframe onload="loaded()" src="331883-1-inner.html"></iframe>
|
|
</body>
|
|
</html>
|