1 <!-- Based on fast/repaint/resize-child-within-overflow.html -->
3 <script src=
"resources/paint-invalidation-test.js"></script>
5 window
.expectedPaintInvalidationObjects
= [
6 "LayoutBlockFlow (positioned) DIV class='container'",
8 function paintInvalidationTest()
10 document
.getElementById('child').style
.width
= '600px';
12 window
.onload
= runPaintInvalidationTest
;
21 background-color: blue;
31 <div class=
"container">
33 <div class=
"overflow"></div>