Bug 246960 - Fix at-font-face-descriptors.html to not expect clamped specified value for font-style
Summary: Fix at-font-face-descriptors.html to not expect clamped specified value for f...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks: 246579
  Show dependency treegraph
 
Reported: 2022-10-24 14:01 PDT by Tim Nguyen (:ntim)
Modified: 2022-10-24 21:50 PDT (History)
1 user (show)

See Also:


Attachments

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