4 var container
= document
.getElementById('container');
5 container
.scrollLeft
= 2000;
6 container
.scrollTop
= 2000;
8 window
.onload
= runRepaintTest
;
19 background-color: green;
24 Tests invalidation of scrolling layer. Passes if the repaint rect is not clipped,
25 and there is no red when the scrolling container is scrolled.
<br>
26 Note for manual testing: must run with --enable-prefer-compositing-to-lcd-text
27 on non-high-dpi machines to enable composited scrolling.