1 <!-- Based on fast/repaint/erase-overflow.html -->
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=
11935</title>
5 <style type=
"text/css">
6 div
.square
{ width: 100px; height: 100px; }
8 <script type=
"text/javascript" src=
"resources/paint-invalidation-test.js"></script>
9 <script type=
"text/javascript">
10 window
.expectedPaintInvalidationObjects
= [
11 "LayoutBlockFlow DIV id='target' class='square'",
12 "LayoutBlockFlow DIV class='square'",
14 function paintInvalidationTest()
16 document
.getElementById("target").style
.overflow
= "hidden";
20 <body onload=
"runPaintInvalidationTest()">
21 <div id=
"target" class=
"square">
22 <div class=
"square" style=
"background-color: green"></div>
23 <div class=
"square" style=
"background-color: red"></div>