Title: [188898] trunk/LayoutTests
Revision
188898
Author
a...@apple.com
Date
2015-08-24 17:22:59 -0700 (Mon, 24 Aug 2015)

Log Message

Roll out r188827, because it didn't help.

* tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (188897 => 188898)


--- trunk/LayoutTests/ChangeLog	2015-08-24 23:58:31 UTC (rev 188897)
+++ trunk/LayoutTests/ChangeLog	2015-08-25 00:22:59 UTC (rev 188898)
@@ -1,3 +1,9 @@
+2015-08-24  Alexey Proskuryakov  <a...@apple.com>
+
+        Roll out r188827, because it didn't help.
+
+        * tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html:
+
 2015-08-24  Brian Burg  <bb...@apple.com>
 
         Web Inspector: add protocol test for existing error handling performed by the backend

Modified: trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html (188897 => 188898)


--- trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html	2015-08-24 23:58:31 UTC (rev 188897)
+++ trunk/LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-borders.html	2015-08-25 00:22:59 UTC (rev 188898)
@@ -117,7 +117,8 @@
             var startPosY = windowPosition.y + 0.5 * divTarget.clientHeight;
             eventSender.mouseMoveTo(startPosX, startPosY); // Make sure we are just outside the iFrame
             eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'began', 'none');
-            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, 2*dy, 'changed', 'none');
+            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'changed', 'none');
+            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'changed', 'none');
             eventSender.mouseScrollByWithWheelAndMomentumPhases(0, 0, 'ended', 'none');
             eventSender.callAfterScrollingCompletes(function() { return checkForScrollSnap(targetLabel); });
         }
@@ -163,10 +164,12 @@
             var startPosY = windowPosition.y + 50;
             eventSender.mouseMoveTo(startPosX, startPosY);
             eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'began', 'none');
-            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, 3*dy, 'changed', 'none');
+            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'changed', 'none');
+            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'changed', 'none');
+            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'changed', 'none');
             eventSender.mouseScrollByWithWheelAndMomentumPhases(0, 0, 'ended', 'none');
             eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'none', 'begin');
-            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, 2*dy, 'none', 'continue');
+            eventSender.mouseScrollByWithWheelAndMomentumPhases(dx, dy, 'none', 'continue');
             eventSender.mouseScrollByWithWheelAndMomentumPhases(0, 0, 'none', 'end');
             eventSender.callAfterScrollingCompletes(function() { return checkForScrollGlide(targetLabel); });
         }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to