<!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>[163021] trunk</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/163021">163021</a></dd>
<dt>Author</dt> <dd>antti@apple.com</dd>
<dt>Date</dt> <dd>2014-01-29 08:26:31 -0800 (Wed, 29 Jan 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>REGRESSION (<a href="http://trac.webkit.org/projects/webkit/changeset/162947">r162947</a>): Repaint test results are different between WK1 and WK2
https://bugs.webkit.org/show_bug.cgi?id=127814

Source/WebCore: 

Reviewed by Anders Carlsson.

* page/FrameView.cpp:
(WebCore::FrameView::repaintContentRectangle):
        
    Move repaint rect logging to RenderView.

* rendering/RenderView.cpp:
(WebCore::RenderView::repaintViewRectangle):
        
    Record raw repaint rects instead of optimized ones.

LayoutTests: 

Revert test results changes. We now always log raw repaint rects which are same between platforms.

* compositing/repaint/resize-repaint-expected.txt:
* fast/box-shadow/shadow-repaint-expected.txt:
* fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt:
* fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt:
* fast/css-grid-layout/grid-item-change-column-repaint-expected.txt:
* fast/css-grid-layout/grid-item-change-row-repaint-expected.txt:
* fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt:
* fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt:
* fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt:
* fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt:
* fast/regions/repaint/invalid-region-repaint-crash-expected.txt:
* fast/regions/repaint/repaint-element-inside-relative-region-expected.txt:
* fast/regions/repaint/repaint-regions-overflow-expected.txt:
* fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt:
* fast/repaint/background-shorthand-with-gradient-and-height-changes.html:
* fast/repaint/horizontal-bt-overflow-child-expected.txt:
* fast/repaint/horizontal-bt-overflow-parent-expected.txt:
* fast/repaint/horizontal-bt-overflow-same-expected.txt:
* fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt:
* fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
* fast/repaint/reflection-table-layout-expected.txt:
* fast/repaint/transform-table-layout-expected.txt:
* fast/repaint/vertical-overflow-child-expected.txt:
* fast/repaint/vertical-overflow-parent-expected.txt:
* fast/repaint/vertical-overflow-same-expected.txt:
* platform/mac-wk2/TestExpectations:
* platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
* platform/mac/fast/images/repaint-subrect-grid-expected.txt:
* svg/repaint/repaint-webkit-svg-shadow-container-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestscompositingrepaintresizerepaintexpectedtxt">trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastboxshadowshadowrepaintexpectedtxt">trunk/LayoutTests/fast/box-shadow/shadow-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssgridlayoutgridelementchangecolumnsrepaintexpectedtxt">trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssgridlayoutgridelementchangerowsrepaintexpectedtxt">trunk/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssgridlayoutgriditemchangecolumnrepaintexpectedtxt">trunk/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastcssgridlayoutgriditemchangerowrepaintexpectedtxt">trunk/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsrepaintelementinnamedflowabsolutefromfixedexpectedtxt">trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsrepaintelementinnamedflowfixedfromabsoluteexpectedtxt">trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsrepaintelementinflowfixedfromoutflowstaticexpectedtxt">trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsrepaintelementoutflowstaticfrominflowfixedexpectedtxt">trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsrepaintinvalidregionrepaintcrashexpectedtxt">trunk/LayoutTests/fast/regions/repaint/invalid-region-repaint-crash-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsrepaintrepaintelementinsiderelativeregionexpectedtxt">trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastregionsrepaintrepaintregionsoverflowexpectedtxt">trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintbackgroundshorthandwithgradientandheightchangesexpectedtxt">trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintbackgroundshorthandwithgradientandheightchangeshtml">trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes.html</a></li>
<li><a href="#trunkLayoutTestsfastrepainthorizontalbtoverflowchildexpectedtxt">trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepainthorizontalbtoverflowparentexpectedtxt">trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepainthorizontalbtoverflowsameexpectedtxt">trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintnegativetextindentwithoverflowhiddenexpectedtxt">trunk/LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintoverflowflippedwritingmodetableexpectedtxt">trunk/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintreflectiontablelayoutexpectedtxt">trunk/LayoutTests/fast/repaint/reflection-table-layout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepainttransformtablelayoutexpectedtxt">trunk/LayoutTests/fast/repaint/transform-table-layout-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintverticaloverflowchildexpectedtxt">trunk/LayoutTests/fast/repaint/vertical-overflow-child-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintverticaloverflowparentexpectedtxt">trunk/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastrepaintverticaloverflowsameexpectedtxt">trunk/LayoutTests/fast/repaint/vertical-overflow-same-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmaccompositingrepaintinvalidationsoncompositedlayersexpectedtxt">trunk/LayoutTests/platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacfastimagesrepaintsubrectgridexpectedtxt">trunk/LayoutTests/platform/mac/fast/images/repaint-subrect-grid-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk2TestExpectations">trunk/LayoutTests/platform/mac-wk2/TestExpectations</a></li>
<li><a href="#trunkLayoutTestssvgrepaintrepaintwebkitsvgshadowcontainerexpectedtxt">trunk/LayoutTests/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorepageFrameViewcpp">trunk/Source/WebCore/page/FrameView.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderViewcpp">trunk/Source/WebCore/rendering/RenderView.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/ChangeLog        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,42 @@
</span><span class="cx"> 2014-01-29  Antti Koivisto  &lt;antti@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        REGRESSION (r162947): Repaint test results are different between WK1 and WK2
+        https://bugs.webkit.org/show_bug.cgi?id=127814
+
+        Revert test results changes. We now always log raw repaint rects which are same between platforms.
+
+        * compositing/repaint/resize-repaint-expected.txt:
+        * fast/box-shadow/shadow-repaint-expected.txt:
+        * fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt:
+        * fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt:
+        * fast/css-grid-layout/grid-item-change-column-repaint-expected.txt:
+        * fast/css-grid-layout/grid-item-change-row-repaint-expected.txt:
+        * fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt:
+        * fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt:
+        * fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt:
+        * fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt:
+        * fast/regions/repaint/invalid-region-repaint-crash-expected.txt:
+        * fast/regions/repaint/repaint-element-inside-relative-region-expected.txt:
+        * fast/regions/repaint/repaint-regions-overflow-expected.txt:
+        * fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt:
+        * fast/repaint/background-shorthand-with-gradient-and-height-changes.html:
+        * fast/repaint/horizontal-bt-overflow-child-expected.txt:
+        * fast/repaint/horizontal-bt-overflow-parent-expected.txt:
+        * fast/repaint/horizontal-bt-overflow-same-expected.txt:
+        * fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt:
+        * fast/repaint/overflow-flipped-writing-mode-table-expected.txt:
+        * fast/repaint/reflection-table-layout-expected.txt:
+        * fast/repaint/transform-table-layout-expected.txt:
+        * fast/repaint/vertical-overflow-child-expected.txt:
+        * fast/repaint/vertical-overflow-parent-expected.txt:
+        * fast/repaint/vertical-overflow-same-expected.txt:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt:
+        * platform/mac/fast/images/repaint-subrect-grid-expected.txt:
+        * svg/repaint/repaint-webkit-svg-shadow-container-expected.txt:
+
+2014-01-29  Antti Koivisto  &lt;antti@apple.com&gt;
+
</ins><span class="cx">         REGRESSION (r162947): css3/flexbox/multiline-justify-content.html and css3/flexbox/position-absolute-child.html are timing out
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=127809
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestscompositingrepaintresizerepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> (repaint rects
</span><del>-  (rect 8 113 784 13)
</del><ins>+  (rect 8 113 784 102)
</ins><span class="cx">   (rect 0 126 800 102)
</span><span class="cx"> )
</span><span class="cx"> (GraphicsLayer
</span></span></pre></div>
<a id="trunkLayoutTestsfastboxshadowshadowrepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/box-shadow/shadow-repaint-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/box-shadow/shadow-repaint-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/box-shadow/shadow-repaint-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,7 +1,8 @@
</span><span class="cx"> Repaint rects:
</span><span class="cx"> 
</span><span class="cx"> (repaint rects
</span><ins>+  (rect 38 30 100 100)
+  (rect 20 12 156 156)
</ins><span class="cx">   (rect 8 12 784 18)
</span><del>-  (rect 20 30 156 138)
</del><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgridlayoutgridelementchangecolumnsrepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,7 @@
</span><span class="cx"> This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-definition-columns change should be seen.
</span><span class="cx"> (repaint rects
</span><ins>+  (rect 8 48 100 50)
+  (rect 8 48 50 50)
</ins><span class="cx">   (rect 8 48 250 50)
</span><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgridlayoutgridelementchangerowsrepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,7 @@
</span><span class="cx"> This test checks that changing the grid-definition-rows lead to a repaint. The final grid element should be 100px * 150px, the grid item should be 100px * 100px. No trace of the elements before the grid-definition-rows change should be seen.
</span><span class="cx"> (repaint rects
</span><ins>+  (rect 8 48 100 50)
+  (rect 8 48 100 100)
</ins><span class="cx">   (rect 8 48 100 150)
</span><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgridlayoutgriditemchangecolumnrepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,6 +1,8 @@
</span><span class="cx"> This test checks that changing the grid-column on a grid item properly repaint. The final grid item should be 50px * 50px. There should be no trace of the grid item at the old position.
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 8 38 100 50)
</span><ins>+  (rect 8 38 50 50)
+  (rect 8 38 100 50)
</ins><span class="cx">   (rect 208 38 50 50)
</span><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastcssgridlayoutgriditemchangerowrepaintexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,8 @@
</span><span class="cx"> This test checks that changing the grid-row on a grid item properly repaint. The final grid item should be 100px * 100px. There should be no trace of the grid item at the old position.
</span><span class="cx"> (repaint rects
</span><del>-  (rect 8 38 100 150)
</del><ins>+  (rect 8 38 100 50)
+  (rect 8 38 100 100)
+  (rect 8 38 100 50)
+  (rect 8 88 100 100)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsrepaintelementinnamedflowabsolutefromfixedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,7 @@
</span><span class="cx"> (repaint rects
</span><del>-  (rect 50 100 250 50)
-  (rect 100 150 200 150)
</del><ins>+  (rect 50 100 50 50)
+  (rect 100 100 200 200)
+  (rect 150 200 50 50)
+  (rect 150 200 50 50)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsrepaintelementinnamedflowfixedfromabsoluteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,7 @@
</span><span class="cx"> (repaint rects
</span><del>-  (rect 50 100 250 50)
-  (rect 100 150 200 150)
</del><ins>+  (rect 150 200 50 50)
+  (rect 100 100 200 200)
+  (rect 50 100 50 50)
+  (rect 50 100 50 50)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsrepaintelementinflowfixedfromoutflowstaticexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,6 +1,7 @@
</span><span class="cx"> (repaint rects
</span><del>-  (rect 50 100 250 50)
-  (rect 100 150 200 150)
</del><span class="cx">   (rect 300 300 50 50)
</span><ins>+  (rect 100 100 200 200)
+  (rect 50 100 50 50)
+  (rect 50 100 50 50)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsrepaintelementoutflowstaticfrominflowfixedexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> (repaint rects
</span><del>-  (rect 50 100 250 50)
-  (rect 100 150 200 150)
</del><ins>+  (rect 50 100 50 50)
</ins><span class="cx">   (rect 300 300 50 50)
</span><ins>+  (rect 100 100 200 200)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsrepaintinvalidregionrepaintcrashexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/repaint/invalid-region-repaint-crash-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/repaint/invalid-region-repaint-crash-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/regions/repaint/invalid-region-repaint-crash-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -3,8 +3,19 @@
</span><span class="cx"> On success it should not crash and you should see 3 rectangles painted in the following order: green, blue, orange.
</span><span class="cx"> 
</span><span class="cx"> (repaint rects
</span><del>-  (rect 50 50 50 50)
-  (rect 50 100 100 100)
-  (rect 100 200 50 50)
</del><ins>+  (rect 50 50 50 150)
+  (rect 100 100 50 150)
+  (rect 50 50 50 150)
+  (rect 100 100 50 150)
+  (rect 100 100 50 150)
+  (rect 100 100 50 100)
+  (rect 100 100 50 100)
+  (rect 100 100 50 50)
+  (rect 100 100 50 100)
+  (rect 100 100 50 50)
+  (rect 100 100 50 150)
+  (rect 100 100 50 100)
+  (rect 100 100 50 100)
+  (rect 100 100 50 50)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsrepaintrepaintelementinsiderelativeregionexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,7 +1,10 @@
</span><span class="cx"> This text should not get clipped
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 0 0 800 50)
</span><del>-  (rect 0 50 400 150)
</del><span class="cx">   (rect 0 200 800 50)
</span><ins>+  (rect 0 200 800 50)
+  (rect 0 0 400 200)
+  (rect 0 50 400 200)
+  (rect 0 50 400 200)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastregionsrepaintrepaintregionsoverflowexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -5,10 +5,18 @@
</span><span class="cx"> LAST LINE
</span><span class="cx"> 
</span><span class="cx"> (repaint rects
</span><del>-  (rect 14 56 300 50)
-  (rect 14 106 392 94)
-  (rect 14 200 398 116)
-  (rect 60 316 352 100)
-  (rect 100 416 312 50)
</del><ins>+  (rect 106 306 300 160)
+  (rect 14 72 300 210)
+  (rect 106 122 300 210)
+  (rect 14 298 300 18)
+  (rect 106 348 300 18)
+  (rect 14 56 300 260)
+  (rect 106 106 300 260)
+  (rect 60 150 312 266)
+  (rect 100 200 312 266)
+  (rect 14 56 300 260)
+  (rect 106 106 300 260)
+  (rect 14 56 300 260)
+  (rect 106 106 300 260)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintbackgroundshorthandwithgradientandheightchangesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -3,7 +3,8 @@
</span><span class="cx"> On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-PASS repaintRects.indexOf('8 84 40 220') is not -1
</del><ins>+PASS repaintRects.indexOf('28 84') is not -1
+PASS repaintRects.indexOf('8 84') is not -1
</ins><span class="cx"> PASS successfullyParsed is true
</span><span class="cx"> 
</span><span class="cx"> TEST COMPLETE
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintbackgroundshorthandwithgradientandheightchangeshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes.html (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes.html        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/background-shorthand-with-gradient-and-height-changes.html        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -61,7 +61,8 @@
</span><span class="cx"> 
</span><span class="cx">     repaintRects = window.internals.repaintRectsAsText();
</span><span class="cx">     window.internals.stopTrackingRepaints();
</span><del>-    shouldNotBe(&quot;repaintRects.indexOf('8 84 40 220')&quot;, &quot;-1&quot;);
</del><ins>+    shouldNotBe(&quot;repaintRects.indexOf('28 84')&quot;, &quot;-1&quot;);
+    shouldNotBe(&quot;repaintRects.indexOf('8 84')&quot;, &quot;-1&quot;);
</ins><span class="cx">     finishJSTest();
</span><span class="cx"> }
</span><span class="cx"> &lt;/script&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepainthorizontalbtoverflowchildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 29 106 100 100)
</span><ins>+  (rect 29 106 100 100)
+  (rect 29 106 100 100)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepainthorizontalbtoverflowparentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 29 29 100 100)
</span><ins>+  (rect 29 29 100 100)
+  (rect 29 29 100 100)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepainthorizontalbtoverflowsameexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 29 21 100 100)
</span><ins>+  (rect 29 21 100 100)
+  (rect 29 21 100 100)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintnegativetextindentwithoverflowhiddenexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,5 +1,7 @@
</span><span class="cx"> Hidden Text
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 550 8 200 50)
</span><ins>+  (rect 550 8 200 50)
+  (rect 550 8 200 50)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintoverflowflippedwritingmodetableexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 8 8 100 50)
</span><ins>+  (rect 8 8 100 50)
+  (rect 8 8 100 50)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintreflectiontablelayoutexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/reflection-table-layout-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/reflection-table-layout-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/reflection-table-layout-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,6 +1,11 @@
</span><span class="cx"> (repaint rects
</span><del>-  (rect -92 8 200 1)
-  (rect -92 9 884 1)
</del><ins>+  (rect 7 8 2 1)
+  (rect 6 8 4 2)
+  (rect -92 9 200 1)
+  (rect -92 8 200 2)
+  (rect 8 9 784 1)
</ins><span class="cx">   (rect 0 17 800 1)
</span><ins>+  (rect -92 9 200 1)
+  (rect -92 9 200 1)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepainttransformtablelayoutexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/transform-table-layout-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/transform-table-layout-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/transform-table-layout-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,6 +1,10 @@
</span><span class="cx"> (repaint rects
</span><ins>+  (rect 8 108 1 1)
+  (rect 8 108 2 2)
+  (rect 8 109 100 1)
+  (rect 8 108 100 2)
</ins><span class="cx">   (rect 8 9 784 1)
</span><span class="cx">   (rect 0 17 800 1)
</span><del>-  (rect 8 108 100 2)
</del><ins>+  (rect 8 109 100 1)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintverticaloverflowchildexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/vertical-overflow-child-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/vertical-overflow-child-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/vertical-overflow-child-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 214 21 100 100)
</span><ins>+  (rect 214 21 100 100)
+  (rect 214 21 100 100)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintverticaloverflowparentexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 29 29 100 100)
</span><ins>+  (rect 29 29 100 100)
+  (rect 29 29 100 100)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsfastrepaintverticaloverflowsameexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/repaint/vertical-overflow-same-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/repaint/vertical-overflow-same-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/fast/repaint/vertical-overflow-same-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 29 21 100 100)
</span><ins>+  (rect 29 21 100 100)
+  (rect 29 21 100 100)
</ins><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmaccompositingrepaintinvalidationsoncompositedlayersexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,6 +1,7 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect 8 13 784 15)
</span><del>-  (rect 8 413 784 8)
</del><ins>+  (rect 8 13 784 15)
+  (rect 8 413 784 28)
</ins><span class="cx">   (rect 0 421 800 28)
</span><span class="cx"> )
</span><span class="cx"> (GraphicsLayer
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacfastimagesrepaintsubrectgridexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/fast/images/repaint-subrect-grid-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/fast/images/repaint-subrect-grid-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/platform/mac/fast/images/repaint-subrect-grid-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,19 +1,25 @@
</span><span class="cx"> (repaint rects
</span><span class="cx">   (rect -100 -100 18 18)
</span><span class="cx">   (rect 0 0 18 18)
</span><del>-  (rect 0 0 37 18)
-  (rect 18 0 37 18)
</del><ins>+  (rect 0 0 18 18)
+  (rect 18 0 19 18)
+  (rect 18 0 19 18)
</ins><span class="cx">   (rect 37 0 18 18)
</span><ins>+  (rect 37 0 18 18)
</ins><span class="cx">   (rect -9 18 18 19)
</span><del>-  (rect -9 18 36 19)
</del><ins>+  (rect -9 18 18 19)
</ins><span class="cx">   (rect 9 18 18 19)
</span><ins>+  (rect 9 18 18 19)
</ins><span class="cx">   (rect 28 18 18 19)
</span><del>-  (rect 28 18 36 19)
</del><ins>+  (rect 28 18 18 19)
</ins><span class="cx">   (rect 46 18 18 19)
</span><ins>+  (rect 46 18 18 19)
</ins><span class="cx">   (rect 0 37 18 18)
</span><del>-  (rect 0 37 37 18)
-  (rect 18 37 37 18)
</del><ins>+  (rect 0 37 18 18)
+  (rect 18 37 19 18)
+  (rect 18 37 19 18)
+  (rect 37 37 18 18)
+  (rect 37 37 18 18)
</ins><span class="cx">   (rect -100 -100 18 18)
</span><del>-  (rect 37 37 18 18)
</del><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -364,35 +364,6 @@
</span><span class="cx"> # uiElementForSearchPredicate() is not returning an undefined object when the search returns no results
</span><span class="cx"> webkit.org/b/125996 platform/mac/accessibility/search-when-element-starts-in-table.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/127814 compositing/repaint/invalidations-on-composited-layers.html [ Failure ]
-webkit.org/b/127814 compositing/repaint/resize-repaint.html [ Failure ]
-webkit.org/b/127814 fast/box-shadow/shadow-repaint.html [ Failure ]
-webkit.org/b/127814 fast/css-grid-layout/grid-element-change-columns-repaint.html [ Failure ]
-webkit.org/b/127814 fast/css-grid-layout/grid-element-change-rows-repaint.html [ Failure ]
-webkit.org/b/127814 fast/css-grid-layout/grid-item-change-column-repaint.html [ Failure ]
-webkit.org/b/127814 fast/css-grid-layout/grid-item-change-row-repaint.html [ Failure ]
-webkit.org/b/127814 fast/images/repaint-subrect-grid.html [ Failure ]
-webkit.org/b/127814 fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html [ Failure ]
-webkit.org/b/127814 fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html [ Failure ]
-webkit.org/b/127814 fast/regions/repaint/element-inflow-fixed-from-outflow-static.html [ Failure ]
-webkit.org/b/127814 fast/regions/repaint/element-outflow-static-from-inflow-fixed.html [ Failure ]
-webkit.org/b/127814 fast/regions/repaint/invalid-region-repaint-crash.html [ Failure ]
-webkit.org/b/127814 fast/regions/repaint/repaint-element-inside-relative-region.html [ Failure ]
-webkit.org/b/127814 fast/regions/repaint/repaint-regions-overflow.html [ Failure ]
-webkit.org/b/127814 fast/repaint/background-shorthand-with-gradient-and-height-changes.html [ Failure ]
-webkit.org/b/127814 fast/repaint/horizontal-bt-overflow-child.html [ Failure ]
-webkit.org/b/127814 fast/repaint/horizontal-bt-overflow-parent.html [ Failure ]
-webkit.org/b/127814 fast/repaint/horizontal-bt-overflow-same.html [ Failure ]
-webkit.org/b/127814 fast/repaint/negative-text-indent-with-overflow-hidden.html [ Failure ]
-webkit.org/b/127814 fast/repaint/overflow-flipped-writing-mode-table.html [ Failure ]
-webkit.org/b/127814 fast/repaint/reflection-table-layout.html [ Failure ]
-webkit.org/b/127814 fast/repaint/transform-table-layout.html [ Failure ]
-webkit.org/b/127814 fast/repaint/vertical-overflow-child.html [ Failure ]
-webkit.org/b/127814 fast/repaint/vertical-overflow-parent.html [ Failure ]
-webkit.org/b/127814 fast/repaint/vertical-overflow-same.html [ Failure ]
-webkit.org/b/127814 svg/repaint/repaint-webkit-svg-shadow-container.html [ Failure ]
-
-
</del><span class="cx"> ### END OF (1) Classified failures with bug reports
</span><span class="cx"> ########################################
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestssvgrepaintrepaintwebkitsvgshadowcontainerexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/LayoutTests/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,4 +1,6 @@
</span><span class="cx">  (repaint rects
</span><ins>+  (rect 8 8 340 340)
+  (rect 8 8 594 594)
</ins><span class="cx">   (rect 8 8 720 600)
</span><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/Source/WebCore/ChangeLog        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2014-01-29  Antti Koivisto  &lt;antti@apple.com&gt;
+
+        REGRESSION (r162947): Repaint test results are different between WK1 and WK2
+        https://bugs.webkit.org/show_bug.cgi?id=127814
+
+        Reviewed by Anders Carlsson.
+
+        * page/FrameView.cpp:
+        (WebCore::FrameView::repaintContentRectangle):
+        
+            Move repaint rect logging to RenderView.
+
+        * rendering/RenderView.cpp:
+        (WebCore::RenderView::repaintViewRectangle):
+        
+            Record raw repaint rects instead of optimized ones.
+
</ins><span class="cx"> 2014-01-29  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         IDB: Serialize IDBKeyDatas to disk, not IDBKeys
</span></span></pre></div>
<a id="trunkSourceWebCorepageFrameViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/FrameView.cpp (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/FrameView.cpp        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/Source/WebCore/page/FrameView.cpp        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -2119,8 +2119,6 @@
</span><span class="cx"> {
</span><span class="cx">     ASSERT(!frame().ownerElement());
</span><span class="cx"> 
</span><del>-    addTrackedRepaintRect(r);
-
</del><span class="cx">     if (!shouldUpdate(immediate))
</span><span class="cx">         return;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderView.cpp (163020 => 163021)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderView.cpp        2014-01-29 16:17:51 UTC (rev 163020)
+++ trunk/Source/WebCore/rendering/RenderView.cpp        2014-01-29 16:26:31 UTC (rev 163021)
</span><span class="lines">@@ -627,8 +627,10 @@
</span><span class="cx">         ownerBox.repaintRectangle(adjustedRect, immediate);
</span><span class="cx">         return;
</span><span class="cx">     }
</span><ins>+    IntRect pixelSnappedRect = pixelSnappedIntRect(repaintRect);
</ins><span class="cx"> 
</span><del>-    IntRect pixelSnappedRect = pixelSnappedIntRect(repaintRect);
</del><ins>+    frameView().addTrackedRepaintRect(pixelSnappedRect);
+
</ins><span class="cx">     if (!m_accumulatedRepaintRegion || immediate) {
</span><span class="cx">         frameView().repaintContentRectangle(pixelSnappedRect, immediate);
</span><span class="cx">         return;
</span></span></pre>
</div>
</div>

</body>
</html>