Changeset 277348 in webkit
- Timestamp:
- May 11, 2021, 6:16:12 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebKitTestRunner/gtk/TestControllerGtk.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r277343 r277348 1 2021-05-11 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, reverting r277319. 4 https://bugs.webkit.org/show_bug.cgi?id=225680 5 6 Always enabling AsyncOverflowScrolling made many tests fail or 7 crash 8 9 Reverted changeset: 10 11 "[GTK] compositing/overflow/dynamic-composited-scrolling- 12 status.html is failing" 13 https://bugs.webkit.org/show_bug.cgi?id=225644 14 https://trac.webkit.org/changeset/277319 15 1 16 2021-05-11 Sihui Liu <sihui_liu@apple.com> 2 17 -
trunk/Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp
r277319 r277348 156 156 TestFeatures TestController::platformSpecificFeatureDefaultsForTest(const TestCommand&) const 157 157 { 158 TestFeatures features; 159 features.boolWebPreferenceFeatures.insert({ "AsyncOverflowScrollingEnabled", true }); 160 return features; 158 return { }; 161 159 } 162 160
Note:
See TracChangeset
for help on using the changeset viewer.