1 <!-- Based on fast/repaint/outline-child-repaint.html -->
4 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
5 <script type=
"text/javascript">
6 window
.expectedPaintInvalidationObjects
= [
7 "LayoutBlockFlow (positioned) DIV id='container'",
8 "LayoutBlockFlow DIV class='outlined'",
10 function paintInvalidationTest()
12 var container
= document
.getElementById('container');
13 container
.style
.top
= "250px";
16 <style type=
"text/css" media=
"screen">
25 outline:
10px solid green;
27 background-color: #DDD;
36 border:
10px solid red;
40 <body onload=
"runPaintInvalidationTest();">
42 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>
43 Repaint issue with outlines in child objects
</i>.
45 <p>If the test passes, you should not see any red below
</p>
51 <div class=
"outlined">