<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[189224] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/189224">189224</a></dd>
<dt>Author</dt> <dd>zalan@apple.com</dd>
<dt>Date</dt> <dd>2015-09-01 12:01:31 -0700 (Tue, 01 Sep 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Repaint cleanup:
block-selection-gap-in-composited-layer.html -&gt; reftest
body-background-image.html -&gt; reftest
border-fit-lines.html -&gt; reftest
border-radius-repaint.html -&gt; reftest
border-repaint-glitch.html -&gt; reftest

Unreviewed.

* fast/repaint/block-selection-gap-in-composited-layer-expected.html: Added.
* fast/repaint/block-selection-gap-in-composited-layer.html:
* fast/repaint/body-background-image-expected.html: Copied from LayoutTests/fast/repaint/body-background-image.html.
* fast/repaint/body-background-image.html:
* fast/repaint/border-fit-lines-expected.html: Added.
* fast/repaint/border-fit-lines.html:
* fast/repaint/border-radius-repaint-expected.html: Copied from LayoutTests/fast/repaint/border-radius-repaint.html.
* fast/repaint/border-radius-repaint.html:
* fast/repaint/border-repaint-glitch-expected.html: Copied from LayoutTests/fast/repaint/border-repaint-glitch.html.
* fast/repaint/border-repaint-glitch.html:
* platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
* platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/efl/fast/repaint/body-background-image-expected.png: Removed.
* platform/efl/fast/repaint/body-background-image-expected.txt: Removed.
* platform/efl/fast/repaint/border-fit-lines-expected.png: Removed.
* platform/efl/fast/repaint/border-fit-lines-expected.txt: Removed.
* platform/efl/fast/repaint/border-radius-repaint-expected.png: Removed.
* platform/efl/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/efl/fast/repaint/border-repaint-glitch-expected.png: Removed.
* platform/efl/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
* platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/gtk/fast/repaint/body-background-image-expected.png: Removed.
* platform/gtk/fast/repaint/body-background-image-expected.txt: Removed.
* platform/gtk/fast/repaint/border-fit-lines-expected.png: Removed.
* platform/gtk/fast/repaint/border-fit-lines-expected.txt: Removed.
* platform/gtk/fast/repaint/border-radius-repaint-expected.png: Removed.
* platform/gtk/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/gtk/fast/repaint/border-repaint-glitch-expected.png: Removed.
* platform/gtk/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/ios-simulator/fast/repaint/body-background-image-expected.txt: Removed.
* platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
* platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/mac/fast/repaint/body-background-image-expected.png: Removed.
* platform/mac/fast/repaint/body-background-image-expected.txt: Removed.
* platform/mac/fast/repaint/border-fit-lines-expected.png: Removed.
* platform/mac/fast/repaint/border-fit-lines-expected.txt: Removed.
* platform/mac/fast/repaint/border-radius-repaint-expected.png: Removed.
* platform/mac/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/mac/fast/repaint/border-repaint-glitch-expected.png: Removed.
* platform/mac/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
* platform/win/fast/repaint/body-background-image-expected.txt: Removed.
* platform/win/fast/repaint/border-radius-repaint-expected.txt: Removed.
* platform/win/fast/repaint/border-repaint-glitch-expected.txt: Removed.
* platform/wk2/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastrepaintblockselectiongapincompositedlayerhtml">trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintbodybackgroundimagehtml">trunk/LayoutTests/fast/repaint/body-background-image.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintborderfitlineshtml">trunk/LayoutTests/fast/repaint/border-fit-lines.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintborderradiusrepainthtml">trunk/LayoutTests/fast/repaint/border-radius-repaint.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintborderrepaintglitchhtml">trunk/LayoutTests/fast/repaint/border-repaint-glitch.html</a></li>
<li><a href="#trunkLayoutTestsplatformwk2TestExpectations">trunk/LayoutTests/platform/wk2/TestExpectations</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastrepaintblockselectiongapincompositedlayerexpectedhtml">trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintbodybackgroundimageexpectedhtml">trunk/LayoutTests/fast/repaint/body-background-image-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintborderfitlinesexpectedhtml">trunk/LayoutTests/fast/repaint/border-fit-lines-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintborderradiusrepaintexpectedhtml">trunk/LayoutTests/fast/repaint/border-radius-repaint-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintborderrepaintglitchexpectedhtml">trunk/LayoutTests/fast/repaint/border-repaint-glitch-expected.html</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintblockselectiongapincompositedlayerexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintblockselectiongapincompositedlayerexpectedtxt">trunk/LayoutTests/platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintbodybackgroundimageexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/body-background-image-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintbodybackgroundimageexpectedtxt">trunk/LayoutTests/platform/efl/fast/repaint/body-background-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintborderfitlinesexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/border-fit-lines-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintborderfitlinesexpectedtxt">trunk/LayoutTests/platform/efl/fast/repaint/border-fit-lines-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintborderradiusrepaintexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/border-radius-repaint-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintborderradiusrepaintexpectedtxt">trunk/LayoutTests/platform/efl/fast/repaint/border-radius-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintborderrepaintglitchexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/border-repaint-glitch-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintborderrepaintglitchexpectedtxt">trunk/LayoutTests/platform/efl/fast/repaint/border-repaint-glitch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintblockselectiongapincompositedlayerexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintblockselectiongapincompositedlayerexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintbodybackgroundimageexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/body-background-image-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintbodybackgroundimageexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/body-background-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintborderfitlinesexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/border-fit-lines-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintborderfitlinesexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/border-fit-lines-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintborderradiusrepaintexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/border-radius-repaint-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintborderradiusrepaintexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/border-radius-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintborderrepaintglitchexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/border-repaint-glitch-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintborderrepaintglitchexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/border-repaint-glitch-expected.txt</a></li>
<li>trunk/LayoutTests/platform/ios-simulator/fast/repaint/</li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintblockselectiongapincompositedlayerexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintblockselectiongapincompositedlayerexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintbodybackgroundimageexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/body-background-image-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintbodybackgroundimageexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/body-background-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintborderfitlinesexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/border-fit-lines-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintborderfitlinesexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/border-fit-lines-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintborderradiusrepaintexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/border-radius-repaint-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintborderradiusrepaintexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/border-radius-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintborderrepaintglitchexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/border-repaint-glitch-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintborderrepaintglitchexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/border-repaint-glitch-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastrepaintblockselectiongapincompositedlayerexpectedtxt">trunk/LayoutTests/platform/win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastrepaintbodybackgroundimageexpectedtxt">trunk/LayoutTests/platform/win/fast/repaint/body-background-image-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastrepaintborderradiusrepaintexpectedtxt">trunk/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastrepaintborderrepaintglitchexpectedtxt">trunk/LayoutTests/platform/win/fast/repaint/border-repaint-glitch-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/ChangeLog        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,3 +1,61 @@
</span><ins>+2015-09-01  Zalan Bujtas  &lt;zalan@apple.com&gt;
+
+        Repaint cleanup:
+        block-selection-gap-in-composited-layer.html -&gt; reftest
+        body-background-image.html -&gt; reftest
+        border-fit-lines.html -&gt; reftest
+        border-radius-repaint.html -&gt; reftest
+        border-repaint-glitch.html -&gt; reftest
+
+        Unreviewed.
+
+        * fast/repaint/block-selection-gap-in-composited-layer-expected.html: Added.
+        * fast/repaint/block-selection-gap-in-composited-layer.html:
+        * fast/repaint/body-background-image-expected.html: Copied from LayoutTests/fast/repaint/body-background-image.html.
+        * fast/repaint/body-background-image.html:
+        * fast/repaint/border-fit-lines-expected.html: Added.
+        * fast/repaint/border-fit-lines.html:
+        * fast/repaint/border-radius-repaint-expected.html: Copied from LayoutTests/fast/repaint/border-radius-repaint.html.
+        * fast/repaint/border-radius-repaint.html:
+        * fast/repaint/border-repaint-glitch-expected.html: Copied from LayoutTests/fast/repaint/border-repaint-glitch.html.
+        * fast/repaint/border-repaint-glitch.html:
+        * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
+        * platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
+        * platform/efl/fast/repaint/body-background-image-expected.png: Removed.
+        * platform/efl/fast/repaint/body-background-image-expected.txt: Removed.
+        * platform/efl/fast/repaint/border-fit-lines-expected.png: Removed.
+        * platform/efl/fast/repaint/border-fit-lines-expected.txt: Removed.
+        * platform/efl/fast/repaint/border-radius-repaint-expected.png: Removed.
+        * platform/efl/fast/repaint/border-radius-repaint-expected.txt: Removed.
+        * platform/efl/fast/repaint/border-repaint-glitch-expected.png: Removed.
+        * platform/efl/fast/repaint/border-repaint-glitch-expected.txt: Removed.
+        * platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
+        * platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
+        * platform/gtk/fast/repaint/body-background-image-expected.png: Removed.
+        * platform/gtk/fast/repaint/body-background-image-expected.txt: Removed.
+        * platform/gtk/fast/repaint/border-fit-lines-expected.png: Removed.
+        * platform/gtk/fast/repaint/border-fit-lines-expected.txt: Removed.
+        * platform/gtk/fast/repaint/border-radius-repaint-expected.png: Removed.
+        * platform/gtk/fast/repaint/border-radius-repaint-expected.txt: Removed.
+        * platform/gtk/fast/repaint/border-repaint-glitch-expected.png: Removed.
+        * platform/gtk/fast/repaint/border-repaint-glitch-expected.txt: Removed.
+        * platform/ios-simulator/fast/repaint/body-background-image-expected.txt: Removed.
+        * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Removed.
+        * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
+        * platform/mac/fast/repaint/body-background-image-expected.png: Removed.
+        * platform/mac/fast/repaint/body-background-image-expected.txt: Removed.
+        * platform/mac/fast/repaint/border-fit-lines-expected.png: Removed.
+        * platform/mac/fast/repaint/border-fit-lines-expected.txt: Removed.
+        * platform/mac/fast/repaint/border-radius-repaint-expected.png: Removed.
+        * platform/mac/fast/repaint/border-radius-repaint-expected.txt: Removed.
+        * platform/mac/fast/repaint/border-repaint-glitch-expected.png: Removed.
+        * platform/mac/fast/repaint/border-repaint-glitch-expected.txt: Removed.
+        * platform/win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt: Removed.
+        * platform/win/fast/repaint/body-background-image-expected.txt: Removed.
+        * platform/win/fast/repaint/border-radius-repaint-expected.txt: Removed.
+        * platform/win/fast/repaint/border-repaint-glitch-expected.txt: Removed.
+        * platform/wk2/TestExpectations:
+
</ins><span class="cx"> 2015-09-01  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Clean up asynchronous behavior in some accessibility tests
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintblockselectiongapincompositedlayerexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer-expected.html (0 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer-expected.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -0,0 +1,7 @@
</span><ins>+&lt;body&gt;
+    &lt;div style=&quot;-webkit-transform: translateZ(0); margin-top: 50px; margin-left: 50px;&quot;&gt;
+        &lt;div id=&quot;target&quot; style=&quot;background-color: #FE9898; width: 100px; height: 100px; position: absolute;&quot;&gt;&lt;br&gt;&lt;/div&gt;a
+    &lt;/div&gt;
+    &lt;script&gt;
+    &lt;/script&gt;
+&lt;/body&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintblockselectiongapincompositedlayerhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/fast/repaint/block-selection-gap-in-composited-layer.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,17 +1,20 @@
</span><span class="cx"> &lt;head&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
</span><del>-    function repaintTest()
-    {
-        var target = document.getElementById(&quot;target&quot;);
-        getSelection().setBaseAndExtent(target, 0, target.nextSibling, 1);
-    }
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
+        {
+            var target = document.getElementById(&quot;target&quot;);
+            getSelection().setBaseAndExtent(target, 0, target.nextSibling, 1);
+            if (window.testRunner)
+                testRunner.notifyDone();
+        }
</ins><span class="cx">     &lt;/script&gt;
</span><span class="cx">     &lt;style&gt;
</span><del>-        #target::selection { background-color: #0f0; }
</del><ins>+        #target::selection { background-color: white; }
</ins><span class="cx">     &lt;/style&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body onload=&quot;setTimeout(runTest, 10)&quot;&gt;
</ins><span class="cx">     &lt;div style=&quot;-webkit-transform: translateZ(0); margin-top: 50px; margin-left: 50px;&quot;&gt;
</span><span class="cx">         &lt;div id=&quot;target&quot; style=&quot;background-color: red; width: 100px; height: 100px; position: absolute;&quot;&gt;&lt;br&gt;&lt;/div&gt;a
</span><span class="cx">     &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintbodybackgroundimageexpectedhtmlfromrev189223trunkLayoutTestsfastrepaintbodybackgroundimagehtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/repaint/body-background-image-expected.html (from rev 189223, trunk/LayoutTests/fast/repaint/body-background-image.html) (0 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/body-background-image-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/body-background-image-expected.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+    &lt;style&gt;
+        HTML { background: white; }
+        BODY { background: white no-repeat top center; background-image: url(resources/apple.jpg); }
+        HTML, BODY { padding-top: 232px; }
+    &lt;/style&gt;
+&lt;/head&gt;
+&lt;body&gt;
+    &lt;p&gt;
+        Repaint test for &lt;i&gt;&lt;a href=&quot;http://bugs.webkit.org/show_bug.cgi?id=15157&quot;&gt;http://bugs.webkit.org/show_bug.cgi?id=15157&lt;/a&gt;
+        Image defined in background-position: top center gets unexpectedly truncated&lt;/i&gt;.
+    &lt;/p&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintbodybackgroundimagehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/body-background-image.html (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/body-background-image.html        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/fast/repaint/body-background-image.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,14 +1,14 @@
</span><span class="cx"> &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot;&gt;
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><del>-    &lt;title&gt;&lt;/title&gt;
-    &lt;script src=&quot;resources/repaint.js&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script&gt;
</span><del>-        function repaintTest()
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
</ins><span class="cx">         {
</span><span class="cx">             document.body.style.backgroundImage='url(resources/apple.jpg)';
</span><span class="cx">             if (window.testRunner)
</span><del>-                testRunner.display();
</del><ins>+                testRunner.notifyDone();
</ins><span class="cx">         }
</span><span class="cx">     &lt;/script&gt;
</span><span class="cx">     &lt;style&gt;
</span><span class="lines">@@ -17,7 +17,7 @@
</span><span class="cx">         HTML, BODY { padding-top: 232px; }
</span><span class="cx">     &lt;/style&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body onload=&quot;runTest()&quot;&gt;
</ins><span class="cx">     &lt;p&gt;
</span><span class="cx">         Repaint test for &lt;i&gt;&lt;a href=&quot;http://bugs.webkit.org/show_bug.cgi?id=15157&quot;&gt;http://bugs.webkit.org/show_bug.cgi?id=15157&lt;/a&gt;
</span><span class="cx">         Image defined in background-position: top center gets unexpectedly truncated&lt;/i&gt;.
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintborderfitlinesexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/border-fit-lines-expected.html (0 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/border-fit-lines-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/border-fit-lines-expected.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -0,0 +1,8 @@
</span><ins>+&lt;html&gt;
+&lt;body onload=&quot;runRepaintTest()&quot;&gt;
+    This should be a 100&amp;times;100px green square with a black border:
+    &lt;div style=&quot;height: 100px; -webkit-border-fit: lines; background: green; border: 2px solid black;&quot;&gt;
+        &lt;div id=&quot;target&quot; style=&quot;display: inline-block; width: 100px; height: 10px;&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintborderfitlineshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/border-fit-lines.html (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/border-fit-lines.html        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/fast/repaint/border-fit-lines.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,15 +1,17 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script type=&quot;text/javascript&quot;&gt;
</span><del>-        function repaintTest()
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
</ins><span class="cx">         {
</span><del>-            var div = document.getElementById(&quot;target&quot;);
-            div.style.width = '100px';
</del><ins>+            document.getElementById(&quot;target&quot;).style.width = '100px';
+            if (window.testRunner)
+                testRunner.notifyDone();
</ins><span class="cx">         }
</span><span class="cx">     &lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body onload=&quot;runTest()&quot;&gt;
</ins><span class="cx">     This should be a 100&amp;times;100px green square with a black border:
</span><span class="cx">     &lt;div style=&quot;height: 100px; -webkit-border-fit: lines; background: green; border: 2px solid black;&quot;&gt;
</span><span class="cx">         &lt;div id=&quot;target&quot; style=&quot;display: inline-block; width: 10px; height: 10px;&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintborderradiusrepaintexpectedhtmlfromrev189223trunkLayoutTestsfastrepaintborderradiusrepainthtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/repaint/border-radius-repaint-expected.html (from rev 189223, trunk/LayoutTests/fast/repaint/border-radius-repaint.html) (0 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/border-radius-repaint-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/border-radius-repaint-expected.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -0,0 +1,26 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;
+        &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;
+&lt;html lang=&quot;en&quot;&gt;
+&lt;head&gt;
+&lt;style type=&quot;text/css&quot;&gt;
+    div.test { vertical-align: top; width: 200px; height: 120px; border: 1px solid blue; padding: 10px; }
+&lt;/style&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;p&gt;
+    Repaint test for &lt;i&gt;&lt;a href=&quot;http://bugs.webkit.org/show_bug.cgi?id=10699&quot;&gt;http://bugs.webkit.org/show_bug.cgi?id=10699&lt;/a&gt;
+    div with border-radius does not redraw properly if element inside div is resized&lt;/i&gt;.
+&lt;/p&gt;
+&lt;div class=&quot;test&quot;&gt;
+    &lt;div style=&quot;background: teal; padding: 0; border: solid red 4px; -webkit-border-radius: 12px;&quot;&gt;
+        &lt;div id=&quot;a&quot; style=&quot;height: 40px; margin: 10px; background:silver;&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+&lt;/div&gt;
+&lt;br&gt;
+&lt;div class=&quot;test&quot;&gt;
+    &lt;div style=&quot;background: teal; padding: 0; border: solid red 4px; -webkit-border-radius: 12px;&quot;&gt;
+        &lt;div id=&quot;b&quot; style=&quot;height: 60px; margin: 10px; background:silver;&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintborderradiusrepainthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/border-radius-repaint.html (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/border-radius-repaint.html        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/fast/repaint/border-radius-repaint.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -5,16 +5,19 @@
</span><span class="cx"> &lt;style type=&quot;text/css&quot;&gt;
</span><span class="cx">     div.test { vertical-align: top; width: 200px; height: 120px; border: 1px solid blue; padding: 10px; }
</span><span class="cx"> &lt;/style&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script type=&quot;text/javascript&quot;&gt;
</span><del>-       function repaintTest()
-       {
-           document.getElementById('a').style.height = '40px';
-           document.getElementById('b').style.height = '60px';
-       }
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
+        {
+            document.getElementById('a').style.height = '40px';
+                        document.getElementById('b').style.height = '60px';
+            if (window.testRunner)
+                testRunner.notifyDone();
+        }
</ins><span class="cx">     &lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body onload=&quot;runRepaintTest();&quot;&gt;
</del><ins>+&lt;body onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx"> &lt;p&gt;
</span><span class="cx">     Repaint test for &lt;i&gt;&lt;a href=&quot;http://bugs.webkit.org/show_bug.cgi?id=10699&quot;&gt;http://bugs.webkit.org/show_bug.cgi?id=10699&lt;/a&gt;
</span><span class="cx">     div with border-radius does not redraw properly if element inside div is resized&lt;/i&gt;.
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintborderrepaintglitchexpectedhtmlfromrev189223trunkLayoutTestsfastrepaintborderrepaintglitchhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/fast/repaint/border-repaint-glitch-expected.html (from rev 189223, trunk/LayoutTests/fast/repaint/border-repaint-glitch.html) (0 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/border-repaint-glitch-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/border-repaint-glitch-expected.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -0,0 +1,36 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;
+        &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;
+&lt;html lang=&quot;en&quot;&gt;
+&lt;head&gt;
+&lt;style type=&quot;text/css&quot;&gt;
+    div.test { width: 200px; height: 120px; border: 1px solid blue; padding: 10px; }
+&lt;/style&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;p&gt;&lt;b&gt;BUG ID:&lt;/b&gt; &lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=6301&quot;&gt;Bugzilla bug 6301&lt;/a&gt; REGRESSION: Border repaint glitch&lt;/p&gt;
+
+&lt;p id=&quot;success&quot; style=&quot;background-color:palegreen; padding:3px;&quot;&gt;&lt;b&gt;TEST PASS:&lt;/b&gt; 
+The boxes will resize, maintaining their solid red rectangular borders.
+&lt;/p&gt;
+
+&lt;p id=&quot;failure&quot; style=&quot;background-color:#FF3300; padding:3px;&quot;&gt;&lt;b&gt;TEST FAIL:&lt;/b&gt;  
+The boxes will resize, but the borders will break. The first box will be missing
+small segments from either side of its bottom border. The second box will have
+small red horizontal segments protruding inwards from both sides of the border,
+where the bottom border was before.
+&lt;/p&gt;
+
+&lt;div class=&quot;test&quot;&gt;
+    &lt;div style=&quot;background: teal; padding: 0; border: solid red 4px;&quot;&gt;
+        &lt;div id=&quot;a&quot; style=&quot;height: 40px; margin: 10px; background:silver;&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+&lt;/div&gt;
+&lt;br&gt;
+&lt;div class=&quot;test&quot;&gt;
+    &lt;div style=&quot;background: teal; padding: 0; border: solid red 4px;&quot;&gt;
+        &lt;div id=&quot;b&quot; style=&quot;height: 60px; margin: 10px; background:silver;&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;
+&lt;/div&gt;
+
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintborderrepaintglitchhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/border-repaint-glitch.html (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/border-repaint-glitch.html        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/fast/repaint/border-repaint-glitch.html        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -5,16 +5,19 @@
</span><span class="cx"> &lt;style type=&quot;text/css&quot;&gt;
</span><span class="cx">     div.test { width: 200px; height: 120px; border: 1px solid blue; padding: 10px; }
</span><span class="cx"> &lt;/style&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script type=&quot;text/javascript&quot;&gt;
</span><del>-       function repaintTest()
-       {
-           document.getElementById('a').style.height = '40px';
-           document.getElementById('b').style.height = '60px';
-       }
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
+        {
+            document.getElementById('a').style.height = '40px';
+            document.getElementById('b').style.height = '60px';
+            if (window.testRunner)
+                testRunner.notifyDone();
+        }
</ins><span class="cx">     &lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body onload=&quot;runRepaintTest();&quot;&gt;
</del><ins>+&lt;body onload=&quot;setTimeout(runTest, 0)&quot;&gt;
</ins><span class="cx"> &lt;p&gt;&lt;b&gt;BUG ID:&lt;/b&gt; &lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=6301&quot;&gt;Bugzilla bug 6301&lt;/a&gt; REGRESSION: Border repaint glitch&lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx"> &lt;p id=&quot;success&quot; style=&quot;background-color:palegreen; padding:3px;&quot;&gt;&lt;b&gt;TEST PASS:&lt;/b&gt; 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintblockselectiongapincompositedlayerexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintblockselectiongapincompositedlayerexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/efl/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,50) size 784x542
-layer at (58,50) size 734x18
-  RenderBlock {DIV} at (50,0) size 734x18
-    RenderText {#text} at (0,0) size 7x17
-      text run at (0,0) width 7: &quot;a&quot;
-layer at (58,50) size 100x100
-  RenderBlock (positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
-    RenderBR {BR} at (0,0) size 0x17
-selection start: position 0 of child 0 {BR} of child 1 {DIV} of child 1 {DIV} of body
-selection end:   position 1 of child 2 {#text} of child 1 {DIV} of body
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintbodybackgroundimageexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/body-background-image-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintbodybackgroundimageexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/body-background-image-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/repaint/body-background-image-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/efl/fast/repaint/body-background-image-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,18 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x540
-  RenderBlock {HTML} at (0,0) size 800x540 [bgcolor=#FFFFFF]
-    RenderBody {BODY} at (8,240) size 784x284
-      RenderBlock {P} at (0,248) size 784x36
-        RenderText {#text} at (0,0) size 100x17
-          text run at (0,0) width 100: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 747x35
-          RenderInline {A} at (0,0) size 301x17 [color=#0000EE]
-            RenderText {#text} at (100,0) size 301x17
-              text run at (100,0) width 301: &quot;http://bugs.webkit.org/show_bug.cgi?id=15157&quot;
-          RenderText {#text} at (401,0) size 747x35
-            text run at (401,0) width 4: &quot; &quot;
-            text run at (405,0) width 342: &quot;Image defined in background-position: top center gets&quot;
-            text run at (0,18) width 146: &quot;unexpectedly truncated&quot;
-        RenderText {#text} at (146,18) size 4x17
-          text run at (146,18) width 4: &quot;.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintborderfitlinesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/border-fit-lines-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintborderfitlinesexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/border-fit-lines-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/repaint/border-fit-lines-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/efl/fast/repaint/border-fit-lines-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock (anonymous) at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 395x17
-          text run at (0,0) width 395: &quot;This should be a 100\x{D7}100px green square with a black border:&quot;
-      RenderBlock {DIV} at (0,18) size 784x104 [bgcolor=#008000] [border: (2px solid #000000)]
-        RenderBlock {DIV} at (2,2) size 100x10
-        RenderText {#text} at (0,0) size 0x0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintborderradiusrepaintexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/border-radius-repaint-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintborderradiusrepaintexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/border-radius-repaint-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/efl/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x378
-  RenderBlock {HTML} at (0,0) size 800x378
-    RenderBody {BODY} at (8,16) size 784x354
-      RenderBlock {P} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 100x17
-          text run at (0,0) width 100: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 777x35
-          RenderInline {A} at (0,0) size 301x17 [color=#0000EE]
-            RenderText {#text} at (100,0) size 301x17
-              text run at (100,0) width 301: &quot;http://bugs.webkit.org/show_bug.cgi?id=10699&quot;
-          RenderText {#text} at (401,0) size 777x35
-            text run at (401,0) width 4: &quot; &quot;
-            text run at (405,0) width 372: &quot;div with border-radius does not redraw properly if element&quot;
-            text run at (0,18) width 122: &quot;inside div is resized&quot;
-        RenderText {#text} at (122,18) size 4x17
-          text run at (122,18) width 4: &quot;.&quot;
-      RenderBlock {DIV} at (0,52) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,194) size 784x18
-        RenderBR {BR} at (0,0) size 0x17
-      RenderBlock {DIV} at (0,212) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintborderrepaintglitchexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/border-repaint-glitch-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintborderrepaintglitchexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/border-repaint-glitch-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/efl/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,40 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x476
-  RenderBlock {HTML} at (0,0) size 800x476
-    RenderBody {BODY} at (8,16) size 784x452
-      RenderBlock {P} at (0,0) size 784x18
-        RenderInline {B} at (0,0) size 62x17
-          RenderText {#text} at (0,0) size 62x17
-            text run at (0,0) width 62: &quot;BUG ID:&quot;
-        RenderText {#text} at (62,0) size 4x17
-          text run at (62,0) width 4: &quot; &quot;
-        RenderInline {A} at (0,0) size 117x17 [color=#0000EE]
-          RenderText {#text} at (66,0) size 117x17
-            text run at (66,0) width 117: &quot;Bugzilla bug 6301&quot;
-        RenderText {#text} at (183,0) size 243x17
-          text run at (183,0) width 243: &quot; REGRESSION: Border repaint glitch&quot;
-      RenderBlock {P} at (0,34) size 784x24 [bgcolor=#98FB98]
-        RenderInline {B} at (0,0) size 91x17
-          RenderText {#text} at (3,3) size 91x17
-            text run at (3,3) width 91: &quot;TEST PASS:&quot;
-        RenderText {#text} at (94,3) size 439x17
-          text run at (94,3) width 4: &quot; &quot;
-          text run at (98,3) width 435: &quot;The boxes will resize, maintaining their solid red rectangular borders.&quot;
-      RenderBlock {P} at (0,74) size 784x60 [bgcolor=#FF3300]
-        RenderInline {B} at (0,0) size 90x17
-          RenderText {#text} at (3,3) size 90x17
-            text run at (3,3) width 90: &quot;TEST FAIL:&quot;
-        RenderText {#text} at (93,3) size 757x53
-          text run at (93,3) width 4: &quot; &quot;
-          text run at (97,3) width 663: &quot;The boxes will resize, but the borders will break. The first box will be missing small segments from either&quot;
-          text run at (3,21) width 756: &quot;side of its bottom border. The second box will have small red horizontal segments protruding inwards from both sides of&quot;
-          text run at (3,39) width 304: &quot;the border, where the bottom border was before.&quot;
-      RenderBlock {DIV} at (0,150) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,292) size 784x18
-        RenderBR {BR} at (0,0) size 0x17
-      RenderBlock {DIV} at (0,310) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintblockselectiongapincompositedlayerexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintblockselectiongapincompositedlayerexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,50) size 784x542
-layer at (58,50) size 734x17
-  RenderBlock {DIV} at (50,0) size 734x17
-    RenderText {#text} at (0,0) size 7x17
-      text run at (0,0) width 7: &quot;a&quot;
-layer at (58,50) size 100x100
-  RenderBlock (positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
-    RenderBR {BR} at (0,0) size 0x17
-selection start: position 0 of child 0 {BR} of child 1 {DIV} of child 1 {DIV} of body
-selection end:   position 1 of child 2 {#text} of child 1 {DIV} of body
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintbodybackgroundimageexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/body-background-image-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintbodybackgroundimageexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/body-background-image-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/body-background-image-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/body-background-image-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,18 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x538
-  RenderBlock {HTML} at (0,0) size 800x538 [bgcolor=#FFFFFF]
-    RenderBody {BODY} at (8,240) size 784x282
-      RenderBlock {P} at (0,248) size 784x34
-        RenderText {#text} at (0,0) size 100x17
-          text run at (0,0) width 100: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 747x34
-          RenderInline {A} at (0,0) size 301x17 [color=#0000EE]
-            RenderText {#text} at (100,0) size 301x17
-              text run at (100,0) width 301: &quot;http://bugs.webkit.org/show_bug.cgi?id=15157&quot;
-          RenderText {#text} at (401,0) size 747x34
-            text run at (401,0) width 4: &quot; &quot;
-            text run at (405,0) width 342: &quot;Image defined in background-position: top center gets&quot;
-            text run at (0,17) width 146: &quot;unexpectedly truncated&quot;
-        RenderText {#text} at (146,17) size 4x17
-          text run at (146,17) width 4: &quot;.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintborderfitlinesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/border-fit-lines-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintborderfitlinesexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/border-fit-lines-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/border-fit-lines-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/border-fit-lines-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock (anonymous) at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 395x19
-          text run at (0,0) width 395: &quot;This should be a 100\x{D7}100px green square with a black border:&quot;
-      RenderBlock {DIV} at (0,18) size 784x104 [bgcolor=#008000] [border: (2px solid #000000)]
-        RenderBlock {DIV} at (2,2) size 100x10
-        RenderText {#text} at (0,0) size 0x0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintborderradiusrepaintexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/border-radius-repaint-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintborderradiusrepaintexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/border-radius-repaint-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x375
-  RenderBlock {HTML} at (0,0) size 800x375
-    RenderBody {BODY} at (8,16) size 784x351
-      RenderBlock {P} at (0,0) size 784x34
-        RenderText {#text} at (0,0) size 100x17
-          text run at (0,0) width 100: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 777x34
-          RenderInline {A} at (0,0) size 301x17 [color=#0000EE]
-            RenderText {#text} at (100,0) size 301x17
-              text run at (100,0) width 301: &quot;http://bugs.webkit.org/show_bug.cgi?id=10699&quot;
-          RenderText {#text} at (401,0) size 777x34
-            text run at (401,0) width 4: &quot; &quot;
-            text run at (405,0) width 372: &quot;div with border-radius does not redraw properly if element&quot;
-            text run at (0,17) width 122: &quot;inside div is resized&quot;
-        RenderText {#text} at (122,17) size 4x17
-          text run at (122,17) width 4: &quot;.&quot;
-      RenderBlock {DIV} at (0,50) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,192) size 784x17
-        RenderBR {BR} at (0,0) size 0x17
-      RenderBlock {DIV} at (0,209) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintborderrepaintglitchexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/border-repaint-glitch-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintborderrepaintglitchexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/border-repaint-glitch-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,40 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x470
-  RenderBlock {HTML} at (0,0) size 800x470
-    RenderBody {BODY} at (8,16) size 784x446
-      RenderBlock {P} at (0,0) size 784x17
-        RenderInline {B} at (0,0) size 62x17
-          RenderText {#text} at (0,0) size 62x17
-            text run at (0,0) width 62: &quot;BUG ID:&quot;
-        RenderText {#text} at (62,0) size 4x17
-          text run at (62,0) width 4: &quot; &quot;
-        RenderInline {A} at (0,0) size 117x17 [color=#0000EE]
-          RenderText {#text} at (66,0) size 117x17
-            text run at (66,0) width 117: &quot;Bugzilla bug 6301&quot;
-        RenderText {#text} at (183,0) size 243x17
-          text run at (183,0) width 243: &quot; REGRESSION: Border repaint glitch&quot;
-      RenderBlock {P} at (0,33) size 784x23 [bgcolor=#98FB98]
-        RenderInline {B} at (0,0) size 91x17
-          RenderText {#text} at (3,3) size 91x17
-            text run at (3,3) width 91: &quot;TEST PASS:&quot;
-        RenderText {#text} at (94,3) size 439x17
-          text run at (94,3) width 4: &quot; &quot;
-          text run at (98,3) width 435: &quot;The boxes will resize, maintaining their solid red rectangular borders.&quot;
-      RenderBlock {P} at (0,72) size 784x57 [bgcolor=#FF3300]
-        RenderInline {B} at (0,0) size 90x17
-          RenderText {#text} at (3,3) size 90x17
-            text run at (3,3) width 90: &quot;TEST FAIL:&quot;
-        RenderText {#text} at (93,3) size 757x51
-          text run at (93,3) width 4: &quot; &quot;
-          text run at (97,3) width 663: &quot;The boxes will resize, but the borders will break. The first box will be missing small segments from either&quot;
-          text run at (3,20) width 756: &quot;side of its bottom border. The second box will have small red horizontal segments protruding inwards from both sides of&quot;
-          text run at (3,37) width 304: &quot;the border, where the bottom border was before.&quot;
-      RenderBlock {DIV} at (0,145) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,287) size 784x17
-        RenderBR {BR} at (0,0) size 0x17
-      RenderBlock {DIV} at (0,304) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintblockselectiongapincompositedlayerexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintblockselectiongapincompositedlayerexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,50) size 784x542
-layer at (58,50) size 734x18
-  RenderBlock {DIV} at (50,0) size 734x18
-    RenderText {#text} at (0,0) size 8x18
-      text run at (0,0) width 8: &quot;a&quot;
-layer at (58,50) size 100x100
-  RenderBlock (positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
-    RenderBR {BR} at (0,0) size 0x18
-selection start: position 0 of child 0 {BR} of child 1 {DIV} of child 1 {DIV} of body
-selection end:   position 1 of child 2 {#text} of child 1 {DIV} of body
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintbodybackgroundimageexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/body-background-image-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintbodybackgroundimageexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/body-background-image-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/body-background-image-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/mac/fast/repaint/body-background-image-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,18 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x540
-  RenderBlock {HTML} at (0,0) size 800x540 [bgcolor=#FFFFFF]
-    RenderBody {BODY} at (8,240) size 784x284
-      RenderBlock {P} at (0,248) size 784x36
-        RenderText {#text} at (0,0) size 103x18
-          text run at (0,0) width 103: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 759x36
-          RenderInline {A} at (0,0) size 306x18 [color=#0000EE]
-            RenderText {#text} at (102,0) size 306x18
-              text run at (102,0) width 306: &quot;http://bugs.webkit.org/show_bug.cgi?id=15157&quot;
-          RenderText {#text} at (407,0) size 759x36
-            text run at (407,0) width 5: &quot; &quot;
-            text run at (411,0) width 348: &quot;Image defined in background-position: top center gets&quot;
-            text run at (0,18) width 149: &quot;unexpectedly truncated&quot;
-        RenderText {#text} at (148,18) size 5x18
-          text run at (148,18) width 5: &quot;.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintborderfitlinesexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/border-fit-lines-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintborderfitlinesexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/border-fit-lines-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/border-fit-lines-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/mac/fast/repaint/border-fit-lines-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock (anonymous) at (0,0) size 784x18
-        RenderText {#text} at (0,0) size 395x18
-          text run at (0,0) width 395: &quot;This should be a 100\x{D7}100px green square with a black border:&quot;
-      RenderBlock {DIV} at (0,18) size 784x104 [bgcolor=#008000] [border: (2px solid #000000)]
-        RenderBlock {DIV} at (2,2) size 100x10
-        RenderText {#text} at (0,0) size 0x0
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintborderradiusrepaintexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/border-radius-repaint-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintborderradiusrepaintexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/border-radius-repaint-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/mac/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x378
-  RenderBlock {HTML} at (0,0) size 800x378
-    RenderBody {BODY} at (8,16) size 784x354
-      RenderBlock {P} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 103x18
-          text run at (0,0) width 103: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 735x36
-          RenderInline {A} at (0,0) size 306x18 [color=#0000EE]
-            RenderText {#text} at (102,0) size 306x18
-              text run at (102,0) width 306: &quot;http://bugs.webkit.org/show_bug.cgi?id=10699&quot;
-          RenderText {#text} at (407,0) size 735x36
-            text run at (407,0) width 5: &quot; &quot;
-            text run at (411,0) width 324: &quot;div with border-radius does not redraw properly if&quot;
-            text run at (0,18) width 179: &quot;element inside div is resized&quot;
-        RenderText {#text} at (178,18) size 5x18
-          text run at (178,18) width 5: &quot;.&quot;
-      RenderBlock {DIV} at (0,52) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,194) size 784x18
-        RenderBR {BR} at (0,0) size 0x18
-      RenderBlock {DIV} at (0,212) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintborderrepaintglitchexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/border-repaint-glitch-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintborderrepaintglitchexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/border-repaint-glitch-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/mac/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,40 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x476
-  RenderBlock {HTML} at (0,0) size 800x476
-    RenderBody {BODY} at (8,16) size 784x452
-      RenderBlock {P} at (0,0) size 784x18
-        RenderInline {B} at (0,0) size 62x18
-          RenderText {#text} at (0,0) size 62x18
-            text run at (0,0) width 62: &quot;BUG ID:&quot;
-        RenderText {#text} at (61,0) size 5x18
-          text run at (61,0) width 5: &quot; &quot;
-        RenderInline {A} at (0,0) size 119x18 [color=#0000EE]
-          RenderText {#text} at (65,0) size 119x18
-            text run at (65,0) width 119: &quot;Bugzilla bug 6301&quot;
-        RenderText {#text} at (183,0) size 246x18
-          text run at (183,0) width 246: &quot; REGRESSION: Border repaint glitch&quot;
-      RenderBlock {P} at (0,34) size 784x24 [bgcolor=#98FB98]
-        RenderInline {B} at (0,0) size 88x18
-          RenderText {#text} at (3,3) size 88x18
-            text run at (3,3) width 88: &quot;TEST PASS:&quot;
-        RenderText {#text} at (90,3) size 451x18
-          text run at (90,3) width 5: &quot; &quot;
-          text run at (94,3) width 447: &quot;The boxes will resize, maintaining their solid red rectangular borders.&quot;
-      RenderBlock {P} at (0,74) size 784x60 [bgcolor=#FF3300]
-        RenderInline {B} at (0,0) size 88x18
-          RenderText {#text} at (3,3) size 88x18
-            text run at (3,3) width 88: &quot;TEST FAIL:&quot;
-        RenderText {#text} at (90,3) size 772x54
-          text run at (90,3) width 5: &quot; &quot;
-          text run at (94,3) width 679: &quot;The boxes will resize, but the borders will break. The first box will be missing small segments from either&quot;
-          text run at (3,21) width 772: &quot;side of its bottom border. The second box will have small red horizontal segments protruding inwards from both sides of&quot;
-          text run at (3,39) width 309: &quot;the border, where the bottom border was before.&quot;
-      RenderBlock {DIV} at (0,150) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,292) size 784x18
-        RenderBR {BR} at (0,0) size 0x18
-      RenderBlock {DIV} at (0,310) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastrepaintblockselectiongapincompositedlayerexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/win/fast/repaint/block-selection-gap-in-composited-layer-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,50) size 784x542
-layer at (58,50) size 734x18
-  RenderBlock {DIV} at (50,0) size 734x18
-    RenderText {#text} at (0,0) size 7x18
-      text run at (0,0) width 7: &quot;a&quot;
-layer at (58,50) size 100x100
-  RenderBlock (positioned) {DIV} at (0,0) size 100x100 [bgcolor=#FF0000]
-    RenderBR {BR} at (0,0) size 0x18
-selection start: position 0 of child 0 {BR} of child 1 {DIV} of child 1 {DIV} of body
-selection end:   position 1 of child 2 {#text} of child 1 {DIV} of body
</del></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastrepaintbodybackgroundimageexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/win/fast/repaint/body-background-image-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/repaint/body-background-image-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/win/fast/repaint/body-background-image-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,18 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x540
-  RenderBlock {HTML} at (0,0) size 800x540 [bgcolor=#FFFFFF]
-    RenderBody {BODY} at (8,240) size 784x284
-      RenderBlock {P} at (0,248) size 784x36
-        RenderText {#text} at (0,0) size 100x18
-          text run at (0,0) width 100: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 747x36
-          RenderInline {A} at (0,0) size 301x18 [color=#0000EE]
-            RenderText {#text} at (100,0) size 301x18
-              text run at (100,0) width 301: &quot;http://bugs.webkit.org/show_bug.cgi?id=15157&quot;
-          RenderText {#text} at (401,0) size 747x36
-            text run at (401,0) width 4: &quot; &quot;
-            text run at (405,0) width 342: &quot;Image defined in background-position: top center gets&quot;
-            text run at (0,18) width 146: &quot;unexpectedly truncated&quot;
-        RenderText {#text} at (146,18) size 4x18
-          text run at (146,18) width 4: &quot;.&quot;
</del></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastrepaintborderradiusrepaintexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/win/fast/repaint/border-radius-repaint-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x378
-  RenderBlock {HTML} at (0,0) size 800x378
-    RenderBody {BODY} at (8,16) size 784x354
-      RenderBlock {P} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 100x18
-          text run at (0,0) width 100: &quot;Repaint test for &quot;
-        RenderInline {I} at (0,0) size 777x36
-          RenderInline {A} at (0,0) size 301x18 [color=#0000EE]
-            RenderText {#text} at (100,0) size 301x18
-              text run at (100,0) width 301: &quot;http://bugs.webkit.org/show_bug.cgi?id=10699&quot;
-          RenderText {#text} at (401,0) size 777x36
-            text run at (401,0) width 4: &quot; &quot;
-            text run at (405,0) width 372: &quot;div with border-radius does not redraw properly if element&quot;
-            text run at (0,18) width 122: &quot;inside div is resized&quot;
-        RenderText {#text} at (122,18) size 4x18
-          text run at (122,18) width 4: &quot;.&quot;
-      RenderBlock {DIV} at (0,52) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,194) size 784x18
-        RenderBR {BR} at (0,0) size 0x18
-      RenderBlock {DIV} at (0,212) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastrepaintborderrepaintglitchexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/win/fast/repaint/border-repaint-glitch-expected.txt (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/win/fast/repaint/border-repaint-glitch-expected.txt        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -1,40 +0,0 @@
</span><del>-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x476
-  RenderBlock {HTML} at (0,0) size 800x476
-    RenderBody {BODY} at (8,16) size 784x452
-      RenderBlock {P} at (0,0) size 784x18
-        RenderInline {B} at (0,0) size 62x18
-          RenderText {#text} at (0,0) size 62x18
-            text run at (0,0) width 62: &quot;BUG ID:&quot;
-        RenderText {#text} at (62,0) size 4x18
-          text run at (62,0) width 4: &quot; &quot;
-        RenderInline {A} at (0,0) size 117x18 [color=#0000EE]
-          RenderText {#text} at (66,0) size 117x18
-            text run at (66,0) width 117: &quot;Bugzilla bug 6301&quot;
-        RenderText {#text} at (183,0) size 243x18
-          text run at (183,0) width 243: &quot; REGRESSION: Border repaint glitch&quot;
-      RenderBlock {P} at (0,34) size 784x24 [bgcolor=#98FB98]
-        RenderInline {B} at (0,0) size 91x18
-          RenderText {#text} at (3,3) size 91x18
-            text run at (3,3) width 91: &quot;TEST PASS:&quot;
-        RenderText {#text} at (94,3) size 439x18
-          text run at (94,3) width 4: &quot; &quot;
-          text run at (98,3) width 435: &quot;The boxes will resize, maintaining their solid red rectangular borders.&quot;
-      RenderBlock {P} at (0,74) size 784x60 [bgcolor=#FF3300]
-        RenderInline {B} at (0,0) size 90x18
-          RenderText {#text} at (3,3) size 90x18
-            text run at (3,3) width 90: &quot;TEST FAIL:&quot;
-        RenderText {#text} at (93,3) size 757x54
-          text run at (93,3) width 4: &quot; &quot;
-          text run at (97,3) width 663: &quot;The boxes will resize, but the borders will break. The first box will be missing small segments from either&quot;
-          text run at (3,21) width 756: &quot;side of its bottom border. The second box will have small red horizontal segments protruding inwards from both sides of&quot;
-          text run at (3,39) width 304: &quot;the border, where the bottom border was before.&quot;
-      RenderBlock {DIV} at (0,150) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x68 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x40 [bgcolor=#C0C0C0]
-      RenderBlock (anonymous) at (0,292) size 784x18
-        RenderBR {BR} at (0,0) size 0x18
-      RenderBlock {DIV} at (0,310) size 222x142 [border: (1px solid #0000FF)]
-        RenderBlock {DIV} at (11,11) size 200x88 [bgcolor=#008080] [border: (4px solid #FF0000)]
-          RenderBlock {DIV} at (14,14) size 172x60 [bgcolor=#C0C0C0]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/wk2/TestExpectations (189223 => 189224)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/TestExpectations        2015-09-01 18:48:10 UTC (rev 189223)
+++ trunk/LayoutTests/platform/wk2/TestExpectations        2015-09-01 19:01:31 UTC (rev 189224)
</span><span class="lines">@@ -42,9 +42,6 @@
</span><span class="cx"> ########################################
</span><span class="cx"> ### START OF (1) Classified failures with bug reports
</span><span class="cx"> 
</span><del>-# Flaky pixel tests due to caching issues.
-webkit.org/b/101773 fast/repaint/body-background-image.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> # AX tests that require hit testing do not work in WK2.
</span><span class="cx"> webkit.org/b/71298 accessibility/loading-iframe-updates-axtree.html
</span><span class="cx"> webkit.org/b/71298 accessibility/mac/html-slider-indicator.html
</span></span></pre>
</div>
</div>

</body>
</html>