2 <title>This is a test for regression against https://bugs.webkit.org/show_bug.cgi?id=
40142</title>
8 border:
1px solid #ddd;
13 <body style=
"margin: 0;" onload=
"runRepaintTest()">
14 <script src=
"resources/text-based-repaint.js"></script>
16 window
.testIsAsync
= true;
18 function repaintTest()
20 var target
= document
.getElementById("target");
22 '<img style="height: 100px;" src="resources/apple.jpg" >';
23 target
.firstChild
.addEventListener("load", finishRepaintTest
, false);
28 <p>This is a test for regression against
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=40142">https://bugs.webkit.org/show_bug.cgi?id=
40142</a></p>
31 <div class=
"target" id=
"target"></div>