Font palette names have to start with two hyphens
Created attachment 439253 [details] Patch
<rdar://problem/83530013>
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Created attachment 439255 [details] Patch
Comment on attachment 439255 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=439255&action=review > Source/WebCore/css/parser/CSSParserImpl.cpp:662 > + auto name = CSSPropertyParserHelpers::consumeDashedCustomIdent(prelude); This is not a good name.
Created attachment 439435 [details] Patch
Created attachment 439443 [details] Patch
Created attachment 439515 [details] Patch
Committed r283221 (242263@main): <https://commits.webkit.org/242263@main>