зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
240 B
HTML
13 строки
240 B
HTML
|
<html class="reftest-wait">
|
||
|
<head>
|
||
|
<script>
|
||
|
function finish() {
|
||
|
document.documentElement.removeAttribute("class");
|
||
|
}
|
||
|
</script>
|
||
|
</head>
|
||
|
<body onload="setTimeout(finish, 5000)">
|
||
|
<iframe src="561981-2-iframe.xhtml"></iframe>
|
||
|
</body>
|
||
|
</html>
|