Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/546033-1.html

14 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>