1 <!-- Based on fast/repaint/scrollbar-invalidation-on-resize.html -->
3 <script src=
"resources/paint-invalidation-test.js"></script>
5 window
.expectedPaintInvalidationObjects
= [
10 "HorizontalScrollbar",
11 "LayoutBlockFlow (positioned) DIV id='scrollable'",
13 function paintInvalidationTest() {
14 document
.getElementById('scrollable').style
.width
= '300px';
16 onload
= runPaintInvalidationTest
;
27 When a scrollable area is resized, the invalidation area should cover non-composited scrollbars.
28 <div id=
"scrollable"></div>