Bug 260319

Summary: 'font-family' and 'font-feature-settings' are inherited but WPT test failing
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: koivisto, mmaxfield, ntim, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: BrowserCompat, InRadar, WPTImpact
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2023-08-16 16:31:35 PDT
Hi Team,

While looking through failing WPT tests, I noticed that we are failing following two sub-tests:

WPT Test Case: https://wpt.fyi/results/css/css-fonts/inheritance.html?label=master&label=experimental&aligned=&q=inheritance

WPT Test Case Live Link: http://wpt.live/css/css-fonts/inheritance.html

Failing Tests: Property font-family inherits and Property font-feature-settings inherits

When I look into "CSSProperties.json", they are inherited.

https://searchfox.org/wubkat/source/Source/WebCore/css/CSSProperties.json#744

and

https://searchfox.org/wubkat/source/Source/WebCore/css/CSSProperties.json#488

Despite above, we are failing these two test cases, so I thought to raise bug so we can track them and fix them.
Comment 1 Radar WebKit Bug Importer 2023-08-23 16:32:19 PDT
<rdar://problem/114350829>