summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/546033-1.html
blob: c2702a3e77b921bdb1667a03c183ccb5129bf713 (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, false);
</script>
</body>
</html>