<!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>[189265] 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/189265">189265</a></dd>
<dt>Author</dt> <dd>zalan@apple.com</dd>
<dt>Date</dt> <dd>2015-09-02 13:40:45 -0700 (Wed, 02 Sep 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Repaint cleanup:
fixed.html
fixed-scale.html
fixed-table-cell.html
fixed-table-overflow.html
fixed-table-overflow-zindex.html
fixed-to-relative-position-with-absolute-child.html
fixed-tranformed.html
float-in-new-block-with-layout-delta.html
float-move-during-layout.html
float-new-in-block.html

Unreviewed.

* fast/repaint/fixed-expected.html: Added.
* fast/repaint/fixed-scale-expected.html: Added.
* fast/repaint/fixed-scale-expected.png: Removed.
* fast/repaint/fixed-scale-expected.txt: Removed.
* fast/repaint/fixed-scale.html:
* fast/repaint/fixed-table-cell-expected.html: Added.
* fast/repaint/fixed-table-cell-expected.png: Removed.
* fast/repaint/fixed-table-cell-expected.txt: Removed.
* fast/repaint/fixed-table-cell.html:
* fast/repaint/fixed-table-overflow-expected.html: Added.
* fast/repaint/fixed-table-overflow-expected.png: Removed.
* fast/repaint/fixed-table-overflow-expected.txt: Removed.
* fast/repaint/fixed-table-overflow-zindex-expected.html: Added.
* fast/repaint/fixed-table-overflow-zindex-expected.png: Removed.
* fast/repaint/fixed-table-overflow-zindex-expected.txt: Removed.
* fast/repaint/fixed-table-overflow-zindex.html:
* fast/repaint/fixed-table-overflow.html:
* fast/repaint/fixed-to-relative-position-with-absolute-child-expected.html: Added.
* fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
* fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt: Removed.
* fast/repaint/fixed-to-relative-position-with-absolute-child.html:
* fast/repaint/fixed-tranformed-expected.html: Added.
* fast/repaint/fixed-tranformed-expected.png: Removed.
* fast/repaint/fixed-tranformed-expected.txt: Removed.
* fast/repaint/fixed-tranformed.html:
* fast/repaint/fixed.html:
* fast/repaint/float-in-new-block-with-layout-delta-expected.html: Added.
* fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
* fast/repaint/float-in-new-block-with-layout-delta-expected.txt: Removed.
* fast/repaint/float-in-new-block-with-layout-delta.html:
* fast/repaint/float-move-during-layout-expected.html: Added.
* fast/repaint/float-move-during-layout.html:
* fast/repaint/float-new-in-block-expected.html: Added.
* fast/repaint/float-new-in-block-expected.txt: Removed.
* fast/repaint/float-new-in-block.html:
* platform/efl/fast/repaint/fixed-expected.png: Removed.
* platform/efl/fast/repaint/fixed-expected.txt: Removed.
* platform/efl/fast/repaint/float-move-during-layout-expected.png: Removed.
* platform/efl/fast/repaint/float-move-during-layout-expected.txt: Removed.
* platform/efl/fast/repaint/float-new-in-block-expected.png: Removed.
* platform/gtk/fast/repaint/fixed-expected.png: Removed.
* platform/gtk/fast/repaint/fixed-expected.txt: Removed.
* platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
* platform/gtk/fast/repaint/float-move-during-layout-expected.png: Removed.
* platform/gtk/fast/repaint/float-move-during-layout-expected.txt: Removed.
* platform/gtk/fast/repaint/float-new-in-block-expected.png: Removed.
* platform/mac/fast/repaint/fixed-expected.png: Removed.
* platform/mac/fast/repaint/fixed-expected.txt: Removed.
* platform/mac/fast/repaint/fixed-scale-expected.png: Removed.
* platform/mac/fast/repaint/fixed-table-cell-expected.png: Removed.
* platform/mac/fast/repaint/fixed-table-overflow-expected.png: Removed.
* platform/mac/fast/repaint/fixed-table-overflow-zindex-expected.png: Removed.
* platform/mac/fast/repaint/fixed-tranformed-expected.png: Removed.
* platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
* platform/mac/fast/repaint/float-move-during-layout-expected.png: Removed.
* platform/mac/fast/repaint/float-move-during-layout-expected.txt: Removed.
* platform/mac/fast/repaint/float-new-in-block-expected.png: Removed.
* platform/win/fast/repaint/fixed-expected.txt: Removed.
* platform/win/fast/repaint/float-move-during-layout-expected.txt: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedscalehtml">trunk/LayoutTests/fast/repaint/fixed-scale.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtablecellhtml">trunk/LayoutTests/fast/repaint/fixed-table-cell.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowzindexhtml">trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowhtml">trunk/LayoutTests/fast/repaint/fixed-table-overflow.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildhtml">trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtranformedhtml">trunk/LayoutTests/fast/repaint/fixed-tranformed.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedhtml">trunk/LayoutTests/fast/repaint/fixed.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltahtml">trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatmoveduringlayouthtml">trunk/LayoutTests/fast/repaint/float-move-during-layout.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatnewinblockhtml">trunk/LayoutTests/fast/repaint/float-new-in-block.html</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastrepaintfixedexpectedhtml">trunk/LayoutTests/fast/repaint/fixed-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedscaleexpectedhtml">trunk/LayoutTests/fast/repaint/fixed-scale-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtablecellexpectedhtml">trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowexpectedhtml">trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowzindexexpectedhtml">trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildexpectedhtml">trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtranformedexpectedhtml">trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltaexpectedhtml">trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatmoveduringlayoutexpectedhtml">trunk/LayoutTests/fast/repaint/float-move-during-layout-expected.html</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatnewinblockexpectedhtml">trunk/LayoutTests/fast/repaint/float-new-in-block-expected.html</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsfastrepaintfixedscaleexpectedpng">trunk/LayoutTests/fast/repaint/fixed-scale-expected.png</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedscaleexpectedtxt">trunk/LayoutTests/fast/repaint/fixed-scale-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtablecellexpectedpng">trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.png</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtablecellexpectedtxt">trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowexpectedpng">trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.png</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowexpectedtxt">trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowzindexexpectedpng">trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.png</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtableoverflowzindexexpectedtxt">trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildexpectedpng">trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildexpectedtxt">trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtranformedexpectedpng">trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.png</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfixedtranformedexpectedtxt">trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltaexpectedpng">trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.png</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltaexpectedtxt">trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintfloatnewinblockexpectedtxt">trunk/LayoutTests/fast/repaint/float-new-in-block-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintfixedexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/fixed-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintfixedexpectedtxt">trunk/LayoutTests/platform/efl/fast/repaint/fixed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintfloatmoveduringlayoutexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/float-move-during-layout-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintfloatmoveduringlayoutexpectedtxt">trunk/LayoutTests/platform/efl/fast/repaint/float-move-during-layout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflfastrepaintfloatnewinblockexpectedpng">trunk/LayoutTests/platform/efl/fast/repaint/float-new-in-block-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintfixedexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/fixed-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintfixedexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/fixed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintfixedtorelativepositionwithabsolutechildexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintfloatmoveduringlayoutexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/float-move-during-layout-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintfloatmoveduringlayoutexpectedtxt">trunk/LayoutTests/platform/gtk/fast/repaint/float-move-during-layout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastrepaintfloatnewinblockexpectedpng">trunk/LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/fixed-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/fixed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedscaleexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/fixed-scale-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedtablecellexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/fixed-table-cell-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedtableoverflowexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/fixed-table-overflow-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedtableoverflowzindexexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/fixed-table-overflow-zindex-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfixedtranformedexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/fixed-tranformed-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfloatinnewblockwithlayoutdeltaexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfloatmoveduringlayoutexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/float-move-during-layout-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfloatmoveduringlayoutexpectedtxt">trunk/LayoutTests/platform/mac/fast/repaint/float-move-during-layout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastrepaintfloatnewinblockexpectedpng">trunk/LayoutTests/platform/mac/fast/repaint/float-new-in-block-expected.png</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastrepaintfixedexpectedtxt">trunk/LayoutTests/platform/win/fast/repaint/fixed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfastrepaintfloatmoveduringlayoutexpectedtxt">trunk/LayoutTests/platform/win/fast/repaint/float-move-during-layout-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/ChangeLog        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,3 +1,79 @@
</span><ins>+2015-09-02  Zalan Bujtas  &lt;zalan@apple.com&gt;
+
+        Repaint cleanup:
+        fixed.html
+        fixed-scale.html
+        fixed-table-cell.html
+        fixed-table-overflow.html
+        fixed-table-overflow-zindex.html
+        fixed-to-relative-position-with-absolute-child.html
+        fixed-tranformed.html
+        float-in-new-block-with-layout-delta.html
+        float-move-during-layout.html
+        float-new-in-block.html
+
+        Unreviewed.
+
+        * fast/repaint/fixed-expected.html: Added.
+        * fast/repaint/fixed-scale-expected.html: Added.
+        * fast/repaint/fixed-scale-expected.png: Removed.
+        * fast/repaint/fixed-scale-expected.txt: Removed.
+        * fast/repaint/fixed-scale.html:
+        * fast/repaint/fixed-table-cell-expected.html: Added.
+        * fast/repaint/fixed-table-cell-expected.png: Removed.
+        * fast/repaint/fixed-table-cell-expected.txt: Removed.
+        * fast/repaint/fixed-table-cell.html:
+        * fast/repaint/fixed-table-overflow-expected.html: Added.
+        * fast/repaint/fixed-table-overflow-expected.png: Removed.
+        * fast/repaint/fixed-table-overflow-expected.txt: Removed.
+        * fast/repaint/fixed-table-overflow-zindex-expected.html: Added.
+        * fast/repaint/fixed-table-overflow-zindex-expected.png: Removed.
+        * fast/repaint/fixed-table-overflow-zindex-expected.txt: Removed.
+        * fast/repaint/fixed-table-overflow-zindex.html:
+        * fast/repaint/fixed-table-overflow.html:
+        * fast/repaint/fixed-to-relative-position-with-absolute-child-expected.html: Added.
+        * fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
+        * fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt: Removed.
+        * fast/repaint/fixed-to-relative-position-with-absolute-child.html:
+        * fast/repaint/fixed-tranformed-expected.html: Added.
+        * fast/repaint/fixed-tranformed-expected.png: Removed.
+        * fast/repaint/fixed-tranformed-expected.txt: Removed.
+        * fast/repaint/fixed-tranformed.html:
+        * fast/repaint/fixed.html:
+        * fast/repaint/float-in-new-block-with-layout-delta-expected.html: Added.
+        * fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
+        * fast/repaint/float-in-new-block-with-layout-delta-expected.txt: Removed.
+        * fast/repaint/float-in-new-block-with-layout-delta.html:
+        * fast/repaint/float-move-during-layout-expected.html: Added.
+        * fast/repaint/float-move-during-layout.html:
+        * fast/repaint/float-new-in-block-expected.html: Added.
+        * fast/repaint/float-new-in-block-expected.txt: Removed.
+        * fast/repaint/float-new-in-block.html:
+        * platform/efl/fast/repaint/fixed-expected.png: Removed.
+        * platform/efl/fast/repaint/fixed-expected.txt: Removed.
+        * platform/efl/fast/repaint/float-move-during-layout-expected.png: Removed.
+        * platform/efl/fast/repaint/float-move-during-layout-expected.txt: Removed.
+        * platform/efl/fast/repaint/float-new-in-block-expected.png: Removed.
+        * platform/gtk/fast/repaint/fixed-expected.png: Removed.
+        * platform/gtk/fast/repaint/fixed-expected.txt: Removed.
+        * platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Removed.
+        * platform/gtk/fast/repaint/float-move-during-layout-expected.png: Removed.
+        * platform/gtk/fast/repaint/float-move-during-layout-expected.txt: Removed.
+        * platform/gtk/fast/repaint/float-new-in-block-expected.png: Removed.
+        * platform/mac/fast/repaint/fixed-expected.png: Removed.
+        * platform/mac/fast/repaint/fixed-expected.txt: Removed.
+        * platform/mac/fast/repaint/fixed-scale-expected.png: Removed.
+        * platform/mac/fast/repaint/fixed-table-cell-expected.png: Removed.
+        * platform/mac/fast/repaint/fixed-table-overflow-expected.png: Removed.
+        * platform/mac/fast/repaint/fixed-table-overflow-zindex-expected.png: Removed.
+        * platform/mac/fast/repaint/fixed-tranformed-expected.png: Removed.
+        * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
+        * platform/mac/fast/repaint/float-move-during-layout-expected.png: Removed.
+        * platform/mac/fast/repaint/float-move-during-layout-expected.txt: Removed.
+        * platform/mac/fast/repaint/float-new-in-block-expected.png: Removed.
+        * platform/win/fast/repaint/fixed-expected.txt: Removed.
+        * platform/win/fast/repaint/float-move-during-layout-expected.txt: Removed.
+
</ins><span class="cx"> 2015-09-02  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Import W3C IndexedDB tests.
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/fixed-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/fixed-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,23 @@
</span><ins>+&lt;html&gt;
+&lt;head&gt;
+    &lt;title&gt;&lt;/title&gt;
+    &lt;style&gt;
+        div {
+                width: 100px; 
+                height: 100px; 
+                background-color: green;
+                margin-top: 36px;
+        }
+    &lt;/style&gt;
+&lt;/head&gt;
+&lt;body style=&quot;height:2000px;&quot;&gt;
+    &lt;p style=&quot;position: relative; top: 20px;&quot;&gt;
+        Repaint test for &lt;i&gt;&lt;a href=&quot;http://bugs.webkit.org/show_bug.cgi?id=11452&quot;&gt;http://bugs.webkit.org/show_bug.cgi?id=11452&lt;/a&gt;
+        REGRESSION (r16736-r16801): Incorrect repaint of fixed boxes&lt;/i&gt;.
+    &lt;/p&gt;
+    &lt;div&gt;&lt;/div&gt;
+    &lt;script&gt;
+        window.scrollTo(0, 20);
+    &lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedscaleexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/fixed-scale-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-scale-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/fixed-scale-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,6 @@
</span><ins>+&lt;body&gt;
+    &lt;!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing --&gt;
+    &lt;!-- You should see no red on this page. --&gt;
+    &lt;div style=&quot;position: relative; background: green; top: 92px; left: 92px; width: 100px; height: 100px;&quot;&gt;&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedscaleexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-scale-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedscaleexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-scale-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-scale-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-scale-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedscalehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/fixed-scale.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-scale.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-scale.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -8,18 +8,18 @@
</span><span class="cx">             -moz-transform: scale(2, 2);
</span><span class="cx">         }
</span><span class="cx">     &lt;/style&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script&gt;
</span><span class="cx">         if (window.testRunner)
</span><del>-            testRunner.dumpAsText(true);
-
-        function repaintTest()
</del><ins>+            testRunner.waitUntilDone();
+        function runTest()
</ins><span class="cx">         {
</span><span class="cx">             document.getElementById('t').setAttribute(&quot;class&quot;, &quot;green translated&quot;);
</span><ins>+            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 style=&quot;height:2000px;&quot; onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body style=&quot;height:2000px;&quot; onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx">     &lt;!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing --&gt;
</span><span class="cx">     &lt;!-- You should see no red on this page. --&gt;
</span><span class="cx">     &lt;div style=&quot;position: absolute; top: 300px; left: 100px;&quot; class=&quot;red&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtablecellexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+&lt;html&gt;
+&lt;head&gt;
+    &lt;link rel=&quot;stylesheet&quot; href=&quot;resources/default.css&quot;&gt;
+    &lt;style&gt;
+        table { top: 0px; left: 0px; border-spacing: 50px; position: absolute; }
+        td { background: green; padding: 0px; border-style: none; border: 0px; }
+    &lt;/style&gt;
+&lt;/head&gt;
+&lt;body&gt;
+    &lt;!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing --&gt;
+    &lt;!-- You should see no red on this page. --&gt;
+    &lt;table style=&quot;position: fixed; top: -100px;&quot;&gt;
+        &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
+        &lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td style=&quot;background: white&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtablecellexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtablecellexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-table-cell-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtablecellhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/fixed-table-cell.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-cell.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-table-cell.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">         td { background: green; padding: 0px; border-style: none; border: 0px; }
</span><span class="cx">         td.fixed { position: fixed; left: 50px; top: 100px; }
</span><span class="cx">     &lt;/style&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script&gt;
</span><span class="cx">         if (window.testRunner)
</span><del>-            testRunner.dumpAsText(true);
-
-        function repaintTest()
</del><ins>+            testRunner.waitUntilDone();
+        function runTest()
</ins><span class="cx">         {
</span><span class="cx">             document.getElementById('moveMe').className = &quot;fixed&quot;;
</span><ins>+            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 style=&quot;height:2000px;&quot; onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body style=&quot;height:2000px;&quot; onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx">     &lt;!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing --&gt;
</span><span class="cx">     &lt;!-- You should see no red on this page. --&gt;
</span><span class="cx">     &lt;table&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+&lt;html&gt;
+&lt;head&gt;
+    &lt;style&gt;
+        div { position: fixed; top: 0px; left: 0px; height: 100px; width: 200px; background-color: green; }
+    &lt;/style&gt;
+&lt;/head&gt;
+&lt;body&gt;
+    &lt;div&gt;&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowzindexexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+&lt;html&gt;
+&lt;head&gt;
+    &lt;style&gt;
+        div { position: fixed; top: 0px; left: 0px; height: 100px; width: 200px; background-color: green; }
+    &lt;/style&gt;
+&lt;/head&gt;
+&lt;body&gt;
+    &lt;div&gt;&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowzindexexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowzindexexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowzindexhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-table-overflow-zindex.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">         td { background: green; padding: 0px; border-style: none; border: 0px; }
</span><span class="cx">         td.fixed { position: fixed; left: 100px; top: 0px; z-index: 3; }
</span><span class="cx">     &lt;/style&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script&gt;
</span><span class="cx">         if (window.testRunner)
</span><del>-            testRunner.dumpAsText(true);
-
-        function repaintTest()
</del><ins>+            testRunner.waitUntilDone();
+        function runTest()
</ins><span class="cx">         {
</span><span class="cx">             document.getElementById('moveMe').className = &quot;fixed&quot;;
</span><ins>+            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 style=&quot;height:2000px;&quot; onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body style=&quot;height:2000px;&quot; onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx">     &lt;!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing --&gt;
</span><span class="cx">     &lt;!-- You should see no red on this page. --&gt;
</span><span class="cx">     &lt;table&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtableoverflowhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/fixed-table-overflow.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-table-overflow.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-table-overflow.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -6,18 +6,18 @@
</span><span class="cx">         td { background: green; padding: 0px; border-style: none; border: 0px; }
</span><span class="cx">         td.fixed { position: fixed; left: 100px; top: 0px; }
</span><span class="cx">     &lt;/style&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot;&gt;&lt;/script&gt;
</del><span class="cx">     &lt;script&gt;
</span><span class="cx">         if (window.testRunner)
</span><del>-            testRunner.dumpAsText(true);
-
-        function repaintTest()
</del><ins>+            testRunner.waitUntilDone();
+        function runTest()
</ins><span class="cx">         {
</span><span class="cx">             document.getElementById('moveMe').className = &quot;fixed&quot;;
</span><ins>+            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 style=&quot;height:2000px;&quot; onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body style=&quot;height:2000px;&quot; onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx">     &lt;!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing --&gt;
</span><span class="cx">     &lt;!-- You should see no red on this page. --&gt;
</span><span class="cx">     &lt;table&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+&lt;html&gt;
+&lt;head&gt;
+    &lt;link rel=&quot;stylesheet&quot; href=&quot;resources/default.css&quot;&gt;
+&lt;/head&gt;
+&lt;body&gt;
+    &lt;!-- You should see 2 rectangles touching on one corner in the output: a green one (top left) and a green one. --&gt;
+    &lt;div style=&quot;top: 208px;&quot; class=&quot;fixed blue&quot;&gt;&lt;/div&gt;
+    &lt;div style=&quot;top: 308px; left:108px;&quot; class=&quot;fixed green&quot;&gt;&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtorelativepositionwithabsolutechildhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,17 +1,18 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx">     &lt;link rel=&quot;stylesheet&quot; href=&quot;resources/default.css&quot;&gt;
</span><del>-    &lt;script src=&quot;resources/repaint.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
-    &lt;script type=&quot;text/javascript&quot;&gt;
</del><ins>+        &lt;script&gt;
</ins><span class="cx">         if (window.testRunner)
</span><del>-            testRunner.dumpAsText(true);
-        function repaintTest()
</del><ins>+            testRunner.waitUntilDone();
+        function runTest()
</ins><span class="cx">         {
</span><span class="cx">             document.getElementById('container').style.position = 'relative';
</span><ins>+            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 style=&quot;height:2000px;&quot; onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body style=&quot;height:2000px;&quot; onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx">     &lt;!-- You should see 2 rectangles touching on one corner in the output: a green one (top left) and a green one. --&gt;
</span><span class="cx">     &lt;div id=&quot;container&quot; style=&quot;top: 200px;&quot; class=&quot;fixed blue&quot;&gt;&lt;div style=&quot;top:100px; left:100px;&quot; class=&quot;absolute green&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</span><span class="cx"> &lt;/body&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtranformedexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
+    div {
+      width: 100px;
+      height: 100px;
+      background-color: green;
+      position: fixed;
+      top: 60px;
+      left: 60px;
+    }
+&lt;/style&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div&gt;&lt;/div&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtranformedexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtranformedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-tranformed-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-layer at (0,0) size 785x1000
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x1000
-  RenderBlock {HTML} at (0,0) size 785x1000
-    RenderBody {BODY} at (0,0) size 785x1000
-layer at (10,60) size 100x100
-  RenderBlock (positioned) {DIV} at (10,10) size 100x100 [bgcolor=#008000]
-scrolled to 0,50
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedtranformedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/fixed-tranformed.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed-tranformed.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed-tranformed.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -3,10 +3,6 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx"> &lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
</span><del>-    body {
-        height: 1000px;
-        margin: 0;
-    }
</del><span class="cx">     #test {
</span><span class="cx">       width: 100px;
</span><span class="cx">       height: 100px;
</span><span class="lines">@@ -21,22 +17,18 @@
</span><span class="cx">         background-color: green;
</span><span class="cx">     }
</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()
-       {
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
+        {
</ins><span class="cx">             document.getElementById('test').style.background='green';
</span><del>-       }
-       
-       function setupTest()
-       {
-           window.scrollBy(0, 50);
-           runRepaintTest();
-       }
-       window.addEventListener('load', setupTest, false);
</del><ins>+            if (window.testRunner)
+                testRunner.notifyDone();
+        }
</ins><span class="cx">     &lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body&gt;
</del><ins>+&lt;body onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;!--
</span><span class="cx">     https://bugs.webkit.org/show_bug.cgi?id=36686
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfixedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/fixed.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/fixed.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/fixed.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,15 +1,18 @@
</span><span class="cx"> &lt;html&gt;
</span><span class="cx"> &lt;head&gt;
</span><span class="cx">     &lt;title&gt;&lt;/title&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">             document.getElementById('t').style.background='green';
</span><del>-       }
</del><ins>+            if (window.testRunner)
+                testRunner.notifyDone();
+        }
</ins><span class="cx">     &lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><del>-&lt;body style=&quot;height:2000px;&quot; onload=&quot;runRepaintTest()&quot;&gt;
</del><ins>+&lt;body style=&quot;height:2000px;&quot; onload=&quot;setTimeout(runTest, 0);&quot;&gt;
</ins><span class="cx">     &lt;p style=&quot;position: relative; top: 20px;&quot;&gt;
</span><span class="cx">         Repaint test for &lt;i&gt;&lt;a href=&quot;http://bugs.webkit.org/show_bug.cgi?id=11452&quot;&gt;http://bugs.webkit.org/show_bug.cgi?id=11452&lt;/a&gt;
</span><span class="cx">         REGRESSION (r16736-r16801): Incorrect repaint of fixed boxes&lt;/i&gt;.
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltaexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+&lt;div style=&quot;position: absolute; top: 108px; left: 8px; width: 100px; height: 100px; background-color: green;&quot;&gt;&lt;/div&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltaexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltaexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,8 +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 {DIV} at (0,0) size 784x100
-      RenderBlock {DIV} at (0,100) size 784x0
-        RenderBlock (floating) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatinnewblockwithlayoutdeltahtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,11 +1,14 @@
</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&gt;
</span><del>-    function repaintTest()
-    {
-        document.getElementById(&quot;target&quot;).style.removeProperty(&quot;display&quot;);
-    }
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
+        {
+                document.getElementById(&quot;target&quot;).style.removeProperty(&quot;display&quot;);
+            if (window.testRunner)
+                testRunner.notifyDone();
+        }
</ins><span class="cx"> &lt;/script&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;div style=&quot;height: 100px;&quot;&gt;&lt;/div&gt;
</span><span class="cx">     &lt;div id=&quot;target&quot; style=&quot;display: none&quot;&gt;
</span><span class="cx">         &lt;div style=&quot;float: left; width: 100px; height: 100px; background-color: green;&quot;&gt;&lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatmoveduringlayoutexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/float-move-during-layout-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-move-during-layout-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/float-move-during-layout-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,9 @@
</span><ins>+&lt;p&gt;
+        This is a repaint test for &lt;i&gt;&lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=7204&quot;&gt;http://bugzilla.opendarwin.org/show_bug.cgi?id=7204&lt;/a&gt;
+        float inserted in fixed height block via DOM not repainted&lt;/i&gt;.
+&lt;/p&gt;
+&lt;p&gt;
+        There should be a green square below.
+&lt;/p&gt;
+&lt;hr&gt;
+&lt;div style=&quot;margin-top: 108px; background-color: green; width: 100px; height: 100px;&quot;&gt;&lt;/div&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatmoveduringlayouthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/float-move-during-layout.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-move-during-layout.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/float-move-during-layout.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,15 +1,18 @@
</span><span class="cx"> &lt;HTML&gt;
</span><span class="cx">     &lt;HEAD&gt;
</span><span class="cx">         &lt;TITLE&gt;&lt;/TITLE&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('t').style.height = '100px';
-           }
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
+        {
+            document.getElementById('t').style.height = '100px';
+            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">            This is a repaint test for &lt;i&gt;&lt;a href=&quot;https://bugs.webkit.org/show_bug.cgi?id=7204&quot;&gt;http://bugzilla.opendarwin.org/show_bug.cgi?id=7204&lt;/a&gt;
</span><span class="cx">            float inserted in fixed height block via DOM not repainted&lt;/i&gt;.
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatnewinblockexpectedhtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/fast/repaint/float-new-in-block-expected.html (0 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-new-in-block-expected.html                                (rev 0)
+++ trunk/LayoutTests/fast/repaint/float-new-in-block-expected.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+&lt;div style=&quot;height: 20px; background-color: lightblue;&quot;&gt;&lt;/div&gt;
+&lt;div style=&quot;margin-top: -20px; width: 100px; height: 100px; background-color: green;&quot;&gt;&lt;/div&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatnewinblockexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/fast/repaint/float-new-in-block-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-new-in-block-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/float-new-in-block-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,7 +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 {DIV} at (0,0) size 784x20 [bgcolor=#ADD8E6]
-        RenderBlock (floating) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</del></span></pre></div>
<a id="trunkLayoutTestsfastrepaintfloatnewinblockhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/float-new-in-block.html (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/float-new-in-block.html        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/fast/repaint/float-new-in-block.html        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,11 +1,14 @@
</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&gt;
</span><del>-    function repaintTest()
-    {
-        document.getElementById(&quot;target&quot;).style.removeProperty(&quot;display&quot;);
-    }
</del><ins>+        if (window.testRunner)
+            testRunner.waitUntilDone();
+        function runTest()
+        {
+                document.getElementById(&quot;target&quot;).style.removeProperty(&quot;display&quot;);
+            if (window.testRunner)
+                testRunner.notifyDone();
+        }
</ins><span class="cx"> &lt;/script&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;div style=&quot;height: 20px; background-color: lightblue;&quot;&gt;
</span><span class="cx">         &lt;div id=&quot;target&quot; style=&quot;display: none; float: left; width: 100px; height: 100px; background-color: green;&quot;&gt;&lt;/div&gt;
</span><span class="cx">     &lt;/div&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintfixedexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/fixed-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintfixedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/fixed-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/repaint/fixed-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/efl/fast/repaint/fixed-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-layer at (0,0) size 785x2016
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x2016
-  RenderBlock {HTML} at (0,0) size 785x2016
-    RenderBody {BODY} at (8,8) size 769x2000
-layer at (8,28) size 769x36
-  RenderBlock (relative positioned) {P} at (0,0) size 769x36
-    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 744x35
-      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=11452&quot;
-      RenderText {#text} at (401,0) size 744x35
-        text run at (401,0) width 4: &quot; &quot;
-        text run at (405,0) width 339: &quot;REGRESSION (r16736-r16801): Incorrect repaint of&quot;
-        text run at (0,18) width 70: &quot;fixed boxes&quot;
-    RenderText {#text} at (70,18) size 4x17
-      text run at (70,18) width 4: &quot;.&quot;
-layer at (8,80) size 100x100
-  RenderBlock (positioned) {DIV} at (8,60) size 100x100 [bgcolor=#008000]
-scrolled to 0,20
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintfloatmoveduringlayoutexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/float-move-during-layout-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintfloatmoveduringlayoutexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/float-move-during-layout-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/efl/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,25 +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 {P} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 151x17
-          text run at (0,0) width 151: &quot;This is a repaint test for &quot;
-        RenderInline {I} at (0,0) size 780x35
-          RenderInline {A} at (0,0) size 348x17 [color=#0000EE]
-            RenderText {#text} at (151,0) size 348x17
-              text run at (151,0) width 348: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=7204&quot;
-          RenderText {#text} at (499,0) size 780x35
-            text run at (499,0) width 4: &quot; &quot;
-            text run at (503,0) width 277: &quot;float inserted in fixed height block via DOM&quot;
-            text run at (0,18) width 84: &quot;not repainted&quot;
-        RenderText {#text} at (84,18) size 4x17
-          text run at (84,18) width 4: &quot;.&quot;
-      RenderBlock {P} at (0,52) size 784x18
-        RenderText {#text} at (0,0) size 244x17
-          text run at (0,0) width 244: &quot;There should be a green square below.&quot;
-      RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
-      RenderBlock {DIV} at (0,96) size 784x100
-      RenderBlock {DIV} at (0,196) size 784x0
-        RenderBlock (floating) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformeflfastrepaintfloatnewinblockexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/efl/fast/repaint/float-new-in-block-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintfixedexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/fixed-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintfixedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/fixed-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/fixed-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/fixed-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-layer at (0,0) size 785x2016
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x2016
-  RenderBlock {HTML} at (0,0) size 785x2016
-    RenderBody {BODY} at (8,8) size 769x2000
-layer at (8,28) size 769x34
-  RenderBlock (relative positioned) {P} at (0,0) size 769x34
-    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 744x34
-      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=11452&quot;
-      RenderText {#text} at (401,0) size 744x34
-        text run at (401,0) width 4: &quot; &quot;
-        text run at (405,0) width 339: &quot;REGRESSION (r16736-r16801): Incorrect repaint of&quot;
-        text run at (0,17) width 70: &quot;fixed boxes&quot;
-    RenderText {#text} at (70,17) size 4x17
-      text run at (70,17) width 4: &quot;.&quot;
-layer at (8,78) size 100x100
-  RenderBlock (positioned) {DIV} at (8,58) size 100x100 [bgcolor=#008000]
-scrolled to 0,20
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintfixedtorelativepositionwithabsolutechildexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintfloatmoveduringlayoutexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/float-move-during-layout-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintfloatmoveduringlayoutexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/float-move-during-layout-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/gtk/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,25 +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 {P} at (0,0) size 784x34
-        RenderText {#text} at (0,0) size 151x17
-          text run at (0,0) width 151: &quot;This is a repaint test for &quot;
-        RenderInline {I} at (0,0) size 780x34
-          RenderInline {A} at (0,0) size 348x17 [color=#0000EE]
-            RenderText {#text} at (151,0) size 348x17
-              text run at (151,0) width 348: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=7204&quot;
-          RenderText {#text} at (499,0) size 780x34
-            text run at (499,0) width 4: &quot; &quot;
-            text run at (503,0) width 277: &quot;float inserted in fixed height block via DOM&quot;
-            text run at (0,17) width 84: &quot;not repainted&quot;
-        RenderText {#text} at (84,17) size 4x17
-          text run at (84,17) width 4: &quot;.&quot;
-      RenderBlock {P} at (0,50) size 784x17
-        RenderText {#text} at (0,0) size 244x17
-          text run at (0,0) width 244: &quot;There should be a green square below.&quot;
-      RenderBlock {HR} at (0,83) size 784x2 [border: (1px inset #000000)]
-      RenderBlock {DIV} at (0,93) size 784x100
-      RenderBlock {DIV} at (0,193) size 784x0
-        RenderBlock (floating) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastrepaintfloatnewinblockexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/fixed-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/fixed-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/fixed-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/mac/fast/repaint/fixed-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-layer at (0,0) size 785x2016
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x2016
-  RenderBlock {HTML} at (0,0) size 785x2016
-    RenderBody {BODY} at (8,8) size 769x2000
-layer at (8,28) size 769x36
-  RenderBlock (relative positioned) {P} at (0,0) size 769x36
-    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 752x36
-      RenderInline {A} at (0,0) size 305x18 [color=#0000EE]
-        RenderText {#text} at (102,0) size 305x18
-          text run at (102,0) width 305: &quot;http://bugs.webkit.org/show_bug.cgi?id=11452&quot;
-      RenderText {#text} at (406,0) size 752x36
-        text run at (406,0) width 5: &quot; &quot;
-        text run at (410,0) width 342: &quot;REGRESSION (r16736-r16801): Incorrect repaint of&quot;
-        text run at (0,18) width 71: &quot;fixed boxes&quot;
-    RenderText {#text} at (70,18) size 5x18
-      text run at (70,18) width 5: &quot;.&quot;
-layer at (8,80) size 100x100
-  RenderBlock (positioned) {DIV} at (8,60) size 100x100 [bgcolor=#008000]
-scrolled to 0,20
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedscaleexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/fixed-scale-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedtablecellexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/fixed-table-cell-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedtableoverflowexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/fixed-table-overflow-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedtableoverflowzindexexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/fixed-table-overflow-zindex-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfixedtranformedexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/fixed-tranformed-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfloatinnewblockwithlayoutdeltaexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfloatmoveduringlayoutexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/float-move-during-layout-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfloatmoveduringlayoutexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/float-move-during-layout-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/mac/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,25 +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 {P} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 156x18
-          text run at (0,0) width 156: &quot;This is a repaint test for &quot;
-        RenderInline {I} at (0,0) size 754x36
-          RenderInline {A} at (0,0) size 354x18 [color=#0000EE]
-            RenderText {#text} at (155,0) size 354x18
-              text run at (155,0) width 354: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=7204&quot;
-          RenderText {#text} at (508,0) size 754x36
-            text run at (508,0) width 5: &quot; &quot;
-            text run at (512,0) width 242: &quot;float inserted in fixed height block via&quot;
-            text run at (0,18) width 126: &quot;DOM not repainted&quot;
-        RenderText {#text} at (125,18) size 5x18
-          text run at (125,18) width 5: &quot;.&quot;
-      RenderBlock {P} at (0,52) size 784x18
-        RenderText {#text} at (0,0) size 246x18
-          text run at (0,0) width 246: &quot;There should be a green square below.&quot;
-      RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
-      RenderBlock {DIV} at (0,96) size 784x100
-      RenderBlock {DIV} at (0,196) size 784x0
-        RenderBlock (floating) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</del></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastrepaintfloatnewinblockexpectedpng"></a>
<div class="binary"><h4>Deleted: trunk/LayoutTests/platform/mac/fast/repaint/float-new-in-block-expected.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastrepaintfixedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/win/fast/repaint/fixed-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/repaint/fixed-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/win/fast/repaint/fixed-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-layer at (0,0) size 785x2016
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x2016
-  RenderBlock {HTML} at (0,0) size 785x2016
-    RenderBody {BODY} at (8,8) size 769x2000
-layer at (8,28) size 769x36
-  RenderBlock (relative positioned) {P} at (0,0) size 769x36
-    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 744x36
-      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=11452&quot;
-      RenderText {#text} at (401,0) size 744x36
-        text run at (401,0) width 4: &quot; &quot;
-        text run at (405,0) width 339: &quot;REGRESSION (r16736-r16801): Incorrect repaint of&quot;
-        text run at (0,18) width 70: &quot;fixed boxes&quot;
-    RenderText {#text} at (70,18) size 4x18
-      text run at (70,18) width 4: &quot;.&quot;
-layer at (8,80) size 100x100
-  RenderBlock (positioned) {DIV} at (8,60) size 100x100 [bgcolor=#008000]
-scrolled to 0,20
</del></span></pre></div>
<a id="trunkLayoutTestsplatformwinfastrepaintfloatmoveduringlayoutexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/win/fast/repaint/float-move-during-layout-expected.txt (189264 => 189265)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:38:23 UTC (rev 189264)
+++ trunk/LayoutTests/platform/win/fast/repaint/float-move-during-layout-expected.txt        2015-09-02 20:40:45 UTC (rev 189265)
</span><span class="lines">@@ -1,25 +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 {P} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 151x18
-          text run at (0,0) width 151: &quot;This is a repaint test for &quot;
-        RenderInline {I} at (0,0) size 780x36
-          RenderInline {A} at (0,0) size 348x18 [color=#0000EE]
-            RenderText {#text} at (151,0) size 348x18
-              text run at (151,0) width 348: &quot;http://bugzilla.opendarwin.org/show_bug.cgi?id=7204&quot;
-          RenderText {#text} at (499,0) size 780x36
-            text run at (499,0) width 4: &quot; &quot;
-            text run at (503,0) width 277: &quot;float inserted in fixed height block via DOM&quot;
-            text run at (0,18) width 84: &quot;not repainted&quot;
-        RenderText {#text} at (84,18) size 4x18
-          text run at (84,18) width 4: &quot;.&quot;
-      RenderBlock {P} at (0,52) size 784x18
-        RenderText {#text} at (0,0) size 244x18
-          text run at (0,0) width 244: &quot;There should be a green square below.&quot;
-      RenderBlock {HR} at (0,86) size 784x2 [border: (1px inset #000000)]
-      RenderBlock {DIV} at (0,96) size 784x100
-      RenderBlock {DIV} at (0,196) size 784x0
-        RenderBlock (floating) {DIV} at (0,0) size 100x100 [bgcolor=#008000]
</del></span></pre>
</div>
</div>

</body>
</html>