Changeset 284765 in webkit
- Timestamp:
- Oct 24, 2021, 11:24:01 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/TestOptions.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r284764 r284765 1 2021-10-24 Arcady Goldmints-Orlov <agoldmints@igalia.com> 2 3 REGRESSION(r282686) [GTK] Tests are flaky due to spurious "MainFrameView: mouseEnteredContentArea" messages in the log 4 https://bugs.webkit.org/show_bug.cgi?id=232142 5 6 Add MockScrollAnimatorEnabled to the list of preferences to reset 7 between tests in TestOptions.cpp. 8 9 Reviewed by Carlos Garcia Campos. 10 11 * WebKitTestRunner/TestOptions.cpp: 12 (WTR::TestOptions::defaults): 13 1 14 2021-10-23 Simon Fraser <simon.fraser@apple.com> 2 15 -
trunk/Tools/WebKitTestRunner/TestOptions.cpp
r284591 r284765 99 99 { "MediaPreloadingEnabled", true }, 100 100 { "MediaSourceEnabled", mediaSourceEnabledValue }, 101 { "MockScrollAnimatorEnabled", false }, 101 102 { "MockCaptureDevicesEnabled", true }, 102 103 { "MockScrollbarsEnabled", true },
Note:
See TracChangeset
for help on using the changeset viewer.