Source code
Revision control
Copy as Markdown
Other Tools
<html class="reftest-wait">
<body>
<script>
function endTest() {
document.documentElement.removeAttribute("class");
}
function waitForInactivity() {
setTimeout(endTest, 1000);
}
document.addEventListener("MozReftestInvalidate", waitForInactivity);
</script>
</body>
</html>