TestWebKitAPI.WebKit.AccessibilityReduceMotion is failing on iOS14
<rdar://problem/78984253>
Created attachment 430815 [details] patch
Created attachment 430816 [details] patch
Comment on attachment 430816 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=430816&action=review > Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1146 > +#if PLATFORM(IOS_FAMILY) This should probably be wrapped by a !HAVE(UPDATE_WEB_ACCESSIBILITY_SETTINGS) so we know when we can remove it. Define HAVE_UPDATE_WEB_ACCESSIBILITY_SETTINGS in PlatformHave.h
Created attachment 431008 [details] patch
Created attachment 431016 [details] patch
Comment on attachment 431016 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=431016&action=review > Source/WTF/wtf/PlatformHave.h:995 > +#define UPDATE_WEB_ACCESSIBILITY_SETTINGS 1 #define HAVE_UPDATE_WEB_ACCESSIBILITY_SETTINGS 1 > Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:1082 > +#if PLATFORM(IOS_FAMILY) && !(HAVE(UPDATE_WEB_ACCESSIBILITY_SETTINGS) && ENABLE(CFPREFS_DIRECT_MODE))
Created attachment 431153 [details] patch for landing
Comment on attachment 431016 [details] patch Clearing flags on attachment: 431016 Committed r278736 (238698@main): <https://commits.webkit.org/238698@main>
All reviewed patches have been landed. Closing bug.