3 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
4 <script type=
"text/javascript">
7 var container
= document
.getElementById('container');
8 container
.style
.top
= "250px";
11 <style type=
"text/css" media=
"screen">
20 outline:
10px solid green;
22 background-color: #DDD;
31 border:
10px solid red;
35 <body onload=
"runRepaintTest();">
37 This is a repaint test for
<i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=22159">https://bugs.webkit.org/show_bug.cgi?id=
22159</a>
38 Repaint issue with outlines in child objects
</i>.
40 <p>If the test passes, you should not see any red below
</p>
46 <div class=
"outlined">