summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/546033-1.html
blob: ac6c4895d329c10a30c66086b67e6818340c71d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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);
</script>
</body>
</html>