1 <!-- Based on fast/repaint/overflow-clip-subtree-layout.html -->
3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=
15015 rdar://problem/
5420308</title>
4 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
6 window
.expectedPaintInvalidationObjects
= [
9 function paintInvalidationTest()
11 document
.getElementById("float").appendChild(document
.createElement("div"));
15 <body onload=
"runPaintInvalidationTest()">
16 <div style=
"width: 400px; height: 400px; border: solid;">
17 <div id=
"float" style=
"float: left; width: 200px; height: 200px; overflow: hidden;">