mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
85611a7b6d
--HG-- extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
17 lines
371 B
HTML
17 lines
371 B
HTML
<html class="reftest-wait">
|
|
<body>
|
|
|
|
<iframe src="bug559996-ref-iframe.html#down" style="height: 200px; width: 200px"></iframe>
|
|
<script>
|
|
function endTest() {
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
function waitForInactivity() {
|
|
setTimeout(endTest, 1000);
|
|
}
|
|
document.addEventListener("MozReftestInvalidate", waitForInactivity);
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|