1 <!-- Based on fast/repaint/subtree-root-clip-3.html -->
4 <script src=
"resources/paint-invalidation-test.js"></script>
6 window
.expectedPaintInvalidationObjects
= [
8 "LayoutBlockFlow DIV id='target'",
10 function paintInvalidationTest()
12 document
.getElementById("target").style
.width
= "100px";
16 <body onload=
"runPaintInvalidationTest()">
19 <td style=
"height: 200px;"></td>
21 <div style=
"height: 100px; width: 100px; overflow: hidden; background-color: red;">
22 <div id=
"target" style=
"height: 100px; width: 0; background-color: green;"></div>