1 <!-- Based on fast/repaint/float-new-in-block.html -->
2 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript" charset=
"utf-8"></script>
4 window
.expectedPaintInvalidationObjects
= [
6 "LayoutBlockFlow (floating) DIV id='target'",
8 function paintInvalidationTest()
10 document
.getElementById("target").style
.removeProperty("display");
13 <body onload=
"runPaintInvalidationTest()">
14 <div style=
"height: 20px; background-color: lightblue;">
15 <div id=
"target" style=
"display: none; float: left; width: 100px; height: 100px; background-color: green;"></div>