1 <!-- Based on fast/repaint/subtree-root-clip-2.html -->
4 <script src=
"resources/paint-invalidation-test.js"></script>
6 window
.expectedPaintInvalidationObjects
= [
7 "LayoutBlockFlow (floating) DIV",
8 "LayoutBlockFlow DIV id='target'",
10 function paintInvalidationTest()
12 document
.getElementById("target").style
.width
= "100px";
16 <body onload=
"runPaintInvalidationTest()">
18 <span style=
"-position: relative; top: 25px; left: 25px;">
19 <div style=
"float: left; height: 100px; width: 100px; overflow: hidden; background-color: red;">
20 <div id=
"target" style=
"height: 100px; width: 0; background-color: green;">