Title: [284765] trunk/Tools
Revision
284765
Author
[email protected]
Date
2021-10-24 11:24:01 -0700 (Sun, 24 Oct 2021)

Log Message

REGRESSION(r282686) [GTK] Tests are flaky due to spurious "MainFrameView: mouseEnteredContentArea" messages in the log
https://bugs.webkit.org/show_bug.cgi?id=232142

Add MockScrollAnimatorEnabled to the list of preferences to reset
between tests in TestOptions.cpp.

Patch by Arcady Goldmints-Orlov <[email protected]> on 2021-10-24
Reviewed by Carlos Garcia Campos.

* WebKitTestRunner/TestOptions.cpp:
(WTR::TestOptions::defaults):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (284764 => 284765)


--- trunk/Tools/ChangeLog	2021-10-24 18:22:05 UTC (rev 284764)
+++ trunk/Tools/ChangeLog	2021-10-24 18:24:01 UTC (rev 284765)
@@ -1,3 +1,16 @@
+2021-10-24  Arcady Goldmints-Orlov  <[email protected]>
+
+        REGRESSION(r282686) [GTK] Tests are flaky due to spurious "MainFrameView: mouseEnteredContentArea" messages in the log
+        https://bugs.webkit.org/show_bug.cgi?id=232142
+
+        Add MockScrollAnimatorEnabled to the list of preferences to reset
+        between tests in TestOptions.cpp.
+
+        Reviewed by Carlos Garcia Campos.
+
+        * WebKitTestRunner/TestOptions.cpp:
+        (WTR::TestOptions::defaults):
+
 2021-10-23  Simon Fraser  <[email protected]>
 
         Add an ImageDiff option to print out WPT-style pixel differences

Modified: trunk/Tools/WebKitTestRunner/TestOptions.cpp (284764 => 284765)


--- trunk/Tools/WebKitTestRunner/TestOptions.cpp	2021-10-24 18:22:05 UTC (rev 284764)
+++ trunk/Tools/WebKitTestRunner/TestOptions.cpp	2021-10-24 18:24:01 UTC (rev 284765)
@@ -98,6 +98,7 @@
             { "MediaDevicesEnabled", true },
             { "MediaPreloadingEnabled", true },
             { "MediaSourceEnabled", mediaSourceEnabledValue },
+            { "MockScrollAnimatorEnabled", false },
             { "MockCaptureDevicesEnabled", true },
             { "MockScrollbarsEnabled", true },
             { "ModernMediaControlsEnabled", true },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to