Title: [211041] trunk/LayoutTests
Revision
211041
Author
[email protected]
Date
2017-01-23 10:30:25 -0800 (Mon, 23 Jan 2017)

Log Message

REGRESSION (r210941): LayoutTest scrollingcoordinator/ios/sync-layer-positions-after-scroll.html failing
https://bugs.webkit.org/show_bug.cgi?id=167262

Unreviewed test gardening.

Fix to interpolation code caused a different result.

* scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (211040 => 211041)


--- trunk/LayoutTests/ChangeLog	2017-01-23 18:20:10 UTC (rev 211040)
+++ trunk/LayoutTests/ChangeLog	2017-01-23 18:30:25 UTC (rev 211041)
@@ -1,3 +1,14 @@
+2017-01-23  Megan Gardner  <[email protected]>
+
+        REGRESSION (r210941): LayoutTest scrollingcoordinator/ios/sync-layer-positions-after-scroll.html failing
+        https://bugs.webkit.org/show_bug.cgi?id=167262
+
+        Unreviewed test gardening.
+
+        Fix to interpolation code caused a different result.
+
+        * scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt:
+
 2017-01-22  Joseph Pecoraro  <[email protected]>
 
         Rebaseline WebKit1 results after r211006.

Modified: trunk/LayoutTests/scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt (211040 => 211041)


--- trunk/LayoutTests/scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt	2017-01-23 18:20:10 UTC (rev 211040)
+++ trunk/LayoutTests/scrollingcoordinator/ios/sync-layer-positions-after-scroll-expected.txt	2017-01-23 18:30:25 UTC (rev 211041)
@@ -1,4 +1,4 @@
-visibleRectAfterScroll: {"left":0,"top":156.5,"width":800,"height":600}
+visibleRectAfterScroll: {"left":0,"top":190,"width":800,"height":600}
 (GraphicsLayer
   (anchor 0.00 0.00)
   (bounds 1308.00 2021.00)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to