4 window
.scrollTo(2000, 2000);
6 window
.onload
= runRepaintTest
;
12 background-color: green;
16 Tests invalidation of scrolling layer. Passes if the repaint rect is not clipped,
17 and there is no red when the scrolling container is scrolled.
<br>
18 Note for manual testing: must run with --enable-prefer-compositing-to-lcd-text
19 on non-high-dpi machines to enable composited scrolling.