Bug 230598

Summary: Make sure empty font families do the right thing for font palettes
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: clopez, ews-watchlist, mmaxfield, thorton, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 230446    
Attachments:
Description Flags
Patch thorton: review+, mmaxfield: commit-queue+

Description Myles C. Maxfield 2021-09-21 22:24:49 PDT
Make sure empty font families do the right thing for font palettes
Comment 1 Radar WebKit Bug Importer 2021-09-21 22:25:16 PDT
<rdar://problem/83383955>
Comment 2 Myles C. Maxfield 2021-09-24 00:44:39 PDT
It should do the right thing, because no element can have a font family of "". I should write a test to do this. This should be a part of https://github.com/web-platform-tests/wpt/pull/30910.
Comment 3 Myles C. Maxfield 2021-09-24 22:29:29 PDT
Created attachment 439236 [details]
Patch
Comment 4 EWS Watchlist 2021-09-24 22:30:37 PDT
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
Comment 5 Myles C. Maxfield 2021-09-25 00:16:31 PDT
Committed r283075 (242133@main): <https://commits.webkit.org/242133@main>