1 <!-- Based on fast/repaint/trailing-floats-root-line-box-overflow.html -->
3 <script src=
"resources/paint-invalidation-test.js"></script>
5 window
.expectedPaintInvalidationObjects
= [
6 "LayoutBlockFlow (positioned) DIV id='target'",
8 function paintInvalidationTest()
10 document
.getElementById("target").style
.display
= "none";
14 <body onload=
"runPaintInvalidationTest()">
15 <div style=
"background-color: yellow;"><div style=
"display: inline-block; width: 100px; height: 100px; background-color: green; margin-top: 50px; margin-bottom: -100px;"></div><br><div style=
"float: left;"></div></div>
16 <div style=
"position: absolute; height: 100px; background-color: red; width: 100px;" id=
"target"></div>