Bug 242932 - re-enable Display P3 canvas support on iOS Simulator
Summary: re-enable Display P3 canvas support on iOS Simulator
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-19 20:30 PDT by Cameron McCormack (:heycam)
Modified: 2022-07-23 12:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2022-07-19 20:30:27 PDT
Fixes to the simulator should have landed so that these tests can run again.
Comment 1 Radar WebKit Bug Importer 2022-07-19 20:30:39 PDT
<rdar://problem/97297372>
Comment 2 Cameron McCormack (:heycam) 2022-07-19 20:32:16 PDT
The explicit disabling of Display P3 canvas support is done by this in PlatformEnable.h:

#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000) \
    || (PLATFORM(IOS_FAMILY) && !PLATFORM(IOS_FAMILY_SIMULATOR))
#define HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035 1
#endif

It's kind of misleading that the simulator restriction is applied to HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035, a different issue.