Bug 269652 - [Cocoa] Add more PlatformColor tests
Summary: [Cocoa] Add more PlatformColor tests
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 268963
Blocks:
  Show dependency treegraph
 
Reported: 2024-02-17 16:50 PST by David Kilzer (:ddkilzer)
Modified: 2024-02-22 15:33 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2024-02-17 16:50:19 PST
Add more PlatformColor tests for PlatformColor and PlatformNSColor when converting to/from WebCore::Color, and when using IPC serialization.

This also adds more NSShadow tests.  Most of these were written based on investigations during this change:

    Generate serialization of NSShadow
    https://bugs.webkit.org/show_bug.cgi?id=268963
    <rdar://107553244>
    https://commits.webkit.org/274870@main
Comment 1 Radar WebKit Bug Importer 2024-02-17 16:50:38 PST
<rdar://problem/123166372>
Comment 2 David Kilzer (:ddkilzer) 2024-02-17 17:01:31 PST
Pull request: https://github.com/WebKit/WebKit/pull/24693