2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('scrollable').style
.width
= '300px';
7 onload
= runRepaintTest
;
16 border: solid
10px green;
19 When a scrollable area is resized, the invalidation area should cover non-composited scrollbars.
20 <div id=
"scrollable"></div>