Title: [162952] trunk/LayoutTests
Revision
162952
Author
an...@apple.com
Date
2014-01-28 13:26:23 -0800 (Tue, 28 Jan 2014)

Log Message

Rebaseline some repaint test results after https://trac.webkit.org/r162947
        
There are less repaint rects.

* 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/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/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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (162951 => 162952)


--- trunk/LayoutTests/ChangeLog	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/ChangeLog	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,3 +1,36 @@
+2014-01-28  Antti Koivisto  <an...@apple.com>
+
+        Rebaseline some repaint test results after https://trac.webkit.org/r162947
+        
+        There are less repaint rects.
+
+        * 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/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/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-28  Michał Pakuła vel Rutka  <m.pak...@samsung.com>
 
         Unreviewed EFL gardening

Modified: trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt (162951 => 162952)


--- trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/compositing/repaint/resize-repaint-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,5 +1,5 @@
 (repaint rects
-  (rect 8 113 784 102)
+  (rect 8 113 784 13)
   (rect 0 126 800 102)
 )
 (GraphicsLayer

Modified: trunk/LayoutTests/fast/box-shadow/shadow-repaint-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/box-shadow/shadow-repaint-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/box-shadow/shadow-repaint-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,8 +1,7 @@
 Repaint rects:
 
 (repaint rects
-  (rect 38 30 100 100)
-  (rect 20 12 156 156)
   (rect 8 12 784 18)
+  (rect 20 30 156 138)
 )
 

Modified: trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,7 +1,5 @@
 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.
 (repaint rects
-  (rect 8 48 100 50)
-  (rect 8 48 50 50)
   (rect 8 48 250 50)
 )
 

Modified: trunk/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,7 +1,5 @@
 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.
 (repaint rects
-  (rect 8 48 100 50)
-  (rect 8 48 100 100)
   (rect 8 48 100 150)
 )
 

Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,8 +1,6 @@
 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.
 (repaint rects
   (rect 8 38 100 50)
-  (rect 8 38 50 50)
-  (rect 8 38 100 50)
   (rect 208 38 50 50)
 )
 

Modified: trunk/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,8 +1,5 @@
 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.
 (repaint rects
-  (rect 8 38 100 50)
-  (rect 8 38 100 100)
-  (rect 8 38 100 50)
-  (rect 8 88 100 100)
+  (rect 8 38 100 150)
 )
 

Modified: trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,7 +1,5 @@
 (repaint rects
-  (rect 50 100 50 50)
-  (rect 100 100 200 200)
-  (rect 150 200 50 50)
-  (rect 150 200 50 50)
+  (rect 50 100 250 50)
+  (rect 100 150 200 150)
 )
 

Modified: trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,7 +1,5 @@
 (repaint rects
-  (rect 150 200 50 50)
-  (rect 100 100 200 200)
-  (rect 50 100 50 50)
-  (rect 50 100 50 50)
+  (rect 50 100 250 50)
+  (rect 100 150 200 150)
 )
 

Modified: trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,7 +1,6 @@
 (repaint rects
+  (rect 50 100 250 50)
+  (rect 100 150 200 150)
   (rect 300 300 50 50)
-  (rect 100 100 200 200)
-  (rect 50 100 50 50)
-  (rect 50 100 50 50)
 )
 

Modified: trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,6 @@
 (repaint rects
-  (rect 50 100 50 50)
+  (rect 50 100 250 50)
+  (rect 100 150 200 150)
   (rect 300 300 50 50)
-  (rect 100 100 200 200)
 )
 

Modified: trunk/LayoutTests/fast/regions/repaint/invalid-region-repaint-crash-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/regions/repaint/invalid-region-repaint-crash-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/regions/repaint/invalid-region-repaint-crash-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -3,19 +3,8 @@
 On success it should not crash and you should see 3 rectangles painted in the following order: green, blue, orange.
 
 (repaint rects
-  (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)
+  (rect 50 50 50 50)
+  (rect 50 100 100 100)
+  (rect 100 200 50 50)
 )
 

Modified: trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/regions/repaint/repaint-element-inside-relative-region-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,10 +1,7 @@
 This text should not get clipped
 (repaint rects
   (rect 0 0 800 50)
+  (rect 0 50 400 150)
   (rect 0 200 800 50)
-  (rect 0 200 800 50)
-  (rect 0 0 400 200)
-  (rect 0 50 400 200)
-  (rect 0 50 400 200)
 )
 

Modified: trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/regions/repaint/repaint-regions-overflow-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -5,18 +5,10 @@
 LAST LINE
 
 (repaint rects
-  (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)
+  (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)
 )
 

Modified: trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-child-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
 (repaint rects
   (rect 29 106 100 100)
-  (rect 29 106 100 100)
-  (rect 29 106 100 100)
 )
 

Modified: trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-parent-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
 (repaint rects
   (rect 29 29 100 100)
-  (rect 29 29 100 100)
-  (rect 29 29 100 100)
 )
 

Modified: trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/horizontal-bt-overflow-same-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
 (repaint rects
   (rect 29 21 100 100)
-  (rect 29 21 100 100)
-  (rect 29 21 100 100)
 )
 

Modified: trunk/LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/negative-text-indent-with-overflow-hidden-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,7 +1,5 @@
 Hidden Text
 (repaint rects
   (rect 550 8 200 50)
-  (rect 550 8 200 50)
-  (rect 550 8 200 50)
 )
 

Modified: trunk/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/overflow-flipped-writing-mode-table-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
 (repaint rects
   (rect 8 8 100 50)
-  (rect 8 8 100 50)
-  (rect 8 8 100 50)
 )
 

Modified: trunk/LayoutTests/fast/repaint/reflection-table-layout-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/reflection-table-layout-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/reflection-table-layout-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,11 +1,6 @@
 (repaint rects
-  (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)
+  (rect -92 8 200 1)
+  (rect -92 9 884 1)
   (rect 0 17 800 1)
-  (rect -92 9 200 1)
-  (rect -92 9 200 1)
 )
 

Modified: trunk/LayoutTests/fast/repaint/transform-table-layout-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/transform-table-layout-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/transform-table-layout-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,10 +1,6 @@
 (repaint rects
-  (rect 8 108 1 1)
-  (rect 8 108 2 2)
-  (rect 8 109 100 1)
-  (rect 8 108 100 2)
   (rect 8 9 784 1)
   (rect 0 17 800 1)
-  (rect 8 109 100 1)
+  (rect 8 108 100 2)
 )
 

Modified: trunk/LayoutTests/fast/repaint/vertical-overflow-child-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/vertical-overflow-child-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/vertical-overflow-child-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
 (repaint rects
   (rect 214 21 100 100)
-  (rect 214 21 100 100)
-  (rect 214 21 100 100)
 )
 

Modified: trunk/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/vertical-overflow-parent-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
 (repaint rects
   (rect 29 29 100 100)
-  (rect 29 29 100 100)
-  (rect 29 29 100 100)
 )
 

Modified: trunk/LayoutTests/fast/repaint/vertical-overflow-same-expected.txt (162951 => 162952)


--- trunk/LayoutTests/fast/repaint/vertical-overflow-same-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/fast/repaint/vertical-overflow-same-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
 (repaint rects
   (rect 29 21 100 100)
-  (rect 29 21 100 100)
-  (rect 29 21 100 100)
 )
 

Modified: trunk/LayoutTests/platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt (162951 => 162952)


--- trunk/LayoutTests/platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,7 +1,6 @@
 (repaint rects
   (rect 8 13 784 15)
-  (rect 8 13 784 15)
-  (rect 8 413 784 28)
+  (rect 8 413 784 8)
   (rect 0 421 800 28)
 )
 (GraphicsLayer

Modified: trunk/LayoutTests/platform/mac/fast/images/repaint-subrect-grid-expected.txt (162951 => 162952)


--- trunk/LayoutTests/platform/mac/fast/images/repaint-subrect-grid-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/platform/mac/fast/images/repaint-subrect-grid-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,25 +1,19 @@
 (repaint rects
   (rect -100 -100 18 18)
   (rect 0 0 18 18)
-  (rect 0 0 18 18)
-  (rect 18 0 19 18)
-  (rect 18 0 19 18)
+  (rect 0 0 37 18)
+  (rect 18 0 37 18)
   (rect 37 0 18 18)
-  (rect 37 0 18 18)
   (rect -9 18 18 19)
-  (rect -9 18 18 19)
+  (rect -9 18 36 19)
   (rect 9 18 18 19)
-  (rect 9 18 18 19)
   (rect 28 18 18 19)
-  (rect 28 18 18 19)
+  (rect 28 18 36 19)
   (rect 46 18 18 19)
-  (rect 46 18 18 19)
   (rect 0 37 18 18)
-  (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)
+  (rect 0 37 37 18)
+  (rect 18 37 37 18)
   (rect -100 -100 18 18)
+  (rect 37 37 18 18)
 )
 

Modified: trunk/LayoutTests/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt (162951 => 162952)


--- trunk/LayoutTests/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt	2014-01-28 21:15:23 UTC (rev 162951)
+++ trunk/LayoutTests/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt	2014-01-28 21:26:23 UTC (rev 162952)
@@ -1,6 +1,4 @@
  (repaint rects
-  (rect 8 8 340 340)
-  (rect 8 8 594 594)
   (rect 8 8 720 600)
 )
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to