tenfourfox/layout/reftests/bugs/546033-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
361 B
HTML

<!DOCTYPE HTML>
<html class="reftest-wait">
<body style="height:3000px; overflow:hidden;">
<script>
function doTest() {
document.documentElement.scrollTop = 100;
document.documentElement.removeAttribute('class');
}
window.focus();
document.documentElement.focus();
document.addEventListener("MozReftestInvalidate", doTest, false);
</script>
</body>
</html>