3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=
11935</title>
4 <style type=
"text/css">
5 div
.square
{ width: 100px; height: 100px; }
7 <script type=
"text/javascript" src=
"resources/text-based-repaint.js"></script>
8 <script type=
"text/javascript">
11 document
.getElementById("target").style
.overflow
= "hidden";
15 <body onload=
"runRepaintTest()">
16 <div id=
"target" class=
"square">
17 <div class=
"square" style=
"background-color: green"></div>
18 <div class=
"square" style=
"background-color: red"></div>