3 window
.onload = function() {
5 window
.testRunner
.dumpAsText();
7 while (document
.firstChild
)
8 document
.removeChild(document
.firstChild
);
10 // Zoom so that the window becomes scrollable.
12 window
.internals
.setPageScaleFactor(2.0);
13 window
.scrollBy(0, 1);
16 document
.write('This test passes if it does not crash.');