mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
13 lines
240 B
HTML
13 lines
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-1-iframe.xhtml"></iframe>
|
||
|
</body>
|
||
|
</html>
|