1 <!-- Based on fast/repaint/invalidation-with-zero-size-object.html -->
3 <script src=
"resources/paint-invalidation-test.js"></script>
5 window
.expectedPaintInvalidationObjects
= [
6 "LayoutBlockFlow DIV id='element'",
8 function paintInvalidationTest()
10 document
.getElementById('element').style
.width
= '0';
11 document
.getElementById('element').style
.height
= '0';
14 onload
= runPaintInvalidationTest
;
20 background-color: red;
28 <div id='inner'
></div>