4 <div style=
"position: absolute; height:4000px; width: 100px;"></div>
6 <img src=
"resources/ducky.png"></img>
9 window
.testRunner
.waitUntilDone();
10 window
.onload = function() {
11 document
.body
.style
.background
= 'url(resources/ducky.png)';
12 window
.scrollTo(0, 3000);
13 if (window
.testRunner
)
14 testRunner
.notifyDone();