This still properly parses in Webkit, even though it really shouldn't according to the syntax. font-variant: normal/none are valid, but these are invalid (replace * with any valid longhand value): - `* normal` - `normal *` - `normal none` - `none normal` - `* none` - `none *` css/css-fonts/parsing/font-variant-invalid.html should be extended with such testcases.
<rdar://problem/102679841>
https://github.com/web-platform-tests/wpt/pull/40267
This is only failing test for InterOp 2022 (interop-2022-text) in CSS Fonts.