Title: [238883] trunk/LayoutTests
Revision
238883
Author
simon.fra...@apple.com
Date
2018-12-04 18:18:07 -0800 (Tue, 04 Dec 2018)

Log Message

Attempt to de-flake this test by scrolling a bit more.

* compositing/fixed-with-main-thread-scrolling.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (238882 => 238883)


--- trunk/LayoutTests/ChangeLog	2018-12-05 01:37:03 UTC (rev 238882)
+++ trunk/LayoutTests/ChangeLog	2018-12-05 02:18:07 UTC (rev 238883)
@@ -1,3 +1,9 @@
+2018-12-04  Simon Fraser  <simon.fra...@apple.com>
+
+        Attempt to de-flake this test by scrolling a bit more.
+
+        * compositing/fixed-with-main-thread-scrolling.html:
+
 2018-12-04  Ryosuke Niwa  <rn...@webkit.org>
 
         Crash in HTMLCollection::updateNamedElementCache

Modified: trunk/LayoutTests/compositing/fixed-with-main-thread-scrolling.html (238882 => 238883)


--- trunk/LayoutTests/compositing/fixed-with-main-thread-scrolling.html	2018-12-05 01:37:03 UTC (rev 238882)
+++ trunk/LayoutTests/compositing/fixed-with-main-thread-scrolling.html	2018-12-05 02:18:07 UTC (rev 238883)
@@ -39,6 +39,7 @@
             eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -100, "none", "continue");
             eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -100, "none", "continue");
             eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -100, "none", "continue");
+            eventSender.mouseScrollByWithWheelAndMomentumPhases(0, -100, "none", "continue");
             eventSender.mouseScrollByWithWheelAndMomentumPhases(0, 0, "none", "end");
             eventSender.callAfterScrollingCompletes(() => {
                 setTimeout(() => {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to