3 window
.onload = function() {
5 window
.testRunner
.dumpAsText();
7 document
.documentElement
.style
.display
= "none";
9 // Zoom so that the window becomes scrollable.
11 window
.internals
.setPageScaleFactor(2.0);
13 window
.scrollBy(0, 1);
15 document
.documentElement
.style
.display
= "inline";
19 <div>This test passes if it does not crash.
</div>