mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
10 lines
181 B
HTML
10 lines
181 B
HTML
<html class="reftest-wait">
|
|
<head>
|
|
<script>
|
|
setTimeout('document.documentElement.className = ""', 500);
|
|
</script>
|
|
<body>
|
|
<iframe src="371124-2-inner.html"></iframe>
|
|
</body>
|
|
</html>
|