1 <!-- Based on fast/repaint/layout-state-only-positioned.html -->
3 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
5 window
.expectedPaintInvalidationObjects
= [
6 "LayoutBlockFlow (positioned) DIV",
10 "LayoutBlockFlow (positioned) DIV id='q'",
12 function paintInvalidationTest()
14 document
.getElementById("q").style
.height
= "200px";
18 <body onload=
"runPaintInvalidationTest()">
19 <div style=
"position: absolute; top: 50px; left: 0; overflow: overlay; width: 100px; height: 100px; border: solid">
20 <div id=
"q" style=
"position: absolute; top: 0; height: 50px; width: 10px;"></div>