3 <script src=
"../../../resources/run-after-layout-and-paint.js"></script>
17 background-color: green;
27 window
.internals
.settings
.setMockScrollbarsEnabled(true);
28 if (window
.testRunner
) {
29 testRunner
.dumpAsTextWithPixelResults();
30 testRunner
.waitUntilDone();
35 runAfterLayoutAndPaint(function() {
36 // Scroll red box off screen and scroll green box into same place.
37 window
.scrollTo(0, 400);
38 if (window
.testRunner
)
39 testRunner
.notifyDone();
43 window
.addEventListener('load', doTest
, false);
47 <div id=
"redbox"></div>
48 <div id=
"greenbox"></div>