Bug 246960

Summary: Fix at-font-face-descriptors.html to not expect clamped specified value for font-style
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/36629
Bug Depends on:    
Bug Blocks: 246579    

Description Tim Nguyen (:ntim) 2022-10-24 14:01:41 PDT
css/css-fonts/variations/at-font-face-descriptors.html assumes `font-style: oblique calc(91deg)` gets serialized to `font-style: oblique 90deg` in the specified style, which should not be the case according to the spec: https://drafts.csswg.org/css-values-3/#calc-range

> (Clamping is not performed on specified values.)
Comment 1 Radar WebKit Bug Importer 2022-10-24 15:05:05 PDT
<rdar://problem/101517323>
Comment 2 Tim Nguyen (:ntim) 2022-10-24 15:06:24 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5716
Comment 3 Tim Nguyen (:ntim) 2022-10-24 15:07:25 PDT
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/36629
Comment 4 EWS 2022-10-24 21:50:12 PDT
Committed 255943@main (c3e93693835f): <https://commits.webkit.org/255943@main>

Reviewed commits have been landed. Closing PR #5716 and removing active labels.