Title: [258810] trunk/LayoutTests
Revision
258810
Author
simon.fra...@apple.com
Date
2020-03-21 11:29:13 -0700 (Sat, 21 Mar 2020)

Log Message

[ Mac wk2 ] fast/scrolling/momentum-scroll-with-borders.html is flaky timing out.
https://bugs.webkit.org/show_bug.cgi?id=209013

Unreviewed test fixing. This test needs to send the "end" event for the momentum phase
for WheelEventTestMonitor to work correctly.

* fast/scrolling/momentum-scroll-with-borders.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (258809 => 258810)


--- trunk/LayoutTests/ChangeLog	2020-03-21 18:06:32 UTC (rev 258809)
+++ trunk/LayoutTests/ChangeLog	2020-03-21 18:29:13 UTC (rev 258810)
@@ -1,3 +1,13 @@
+2020-03-21  Simon Fraser  <simon.fra...@apple.com>
+
+        [ Mac wk2 ] fast/scrolling/momentum-scroll-with-borders.html is flaky timing out.
+        https://bugs.webkit.org/show_bug.cgi?id=209013
+
+        Unreviewed test fixing. This test needs to send the "end" event for the momentum phase
+        for WheelEventTestMonitor to work correctly.
+
+        * fast/scrolling/momentum-scroll-with-borders.html:
+
 2020-03-21  Zalan Bujtas  <za...@apple.com>
 
         telerik.com: Placeholder text is misaligned in search text box

Modified: trunk/LayoutTests/fast/scrolling/momentum-scroll-with-borders.html (258809 => 258810)


--- trunk/LayoutTests/fast/scrolling/momentum-scroll-with-borders.html	2020-03-21 18:06:32 UTC (rev 258809)
+++ trunk/LayoutTests/fast/scrolling/momentum-scroll-with-borders.html	2020-03-21 18:29:13 UTC (rev 258810)
@@ -46,6 +46,7 @@
             let sendMomentumScroll = function() {
                 eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -5, 'none', 'continue');
                 if (!--remainingScrolls) {
+                    eventSender.mouseScrollByWithWheelAndMomentumPhases(0, 0, 'none', 'end');
                     eventSender.callAfterScrollingCompletes(checkForScroll);
                     return;
                 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to