blob: 2e4e9433c820e163a71012e96d74d41df17b06b2 [file] [log] [blame]
<!DOCTYPE html>
<body>
<div style="position: absolute; height:4000px; width: 100px;"></div>
</body>
<img src="../resources/ducky.png"></img>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
window.onload = function() {
document.body.style.background = 'url(../resources/ducky.png)';
window.scrollTo(0, 3000);
if (window.testRunner)
testRunner.notifyDone();
}
</script>