Bug 260319 - 'font-family' and 'font-feature-settings' are inherited but WPT test failing
Summary: 'font-family' and 'font-feature-settings' are inherited but WPT test failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2023-08-16 16:31 PDT by Ahmad Saleem
Modified: 2023-08-23 16:32 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>