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.
<rdar://problem/114350829>