[webkit-changes] [WebKit/WebKit] c3e936: Fix at-font-face-descriptors.html to not expect cl...

Tim Nguyen noreply at github.com
Mon Oct 24 21:50:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c3e93693835f3f31a9667552bc1aaf41caf8bb2d
      https://github.com/WebKit/WebKit/commit/c3e93693835f3f31a9667552bc1aaf41caf8bb2d
  Author: Tim Nguyen <ntim at apple.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors.html

  Log Message:
  -----------
  Fix at-font-face-descriptors.html to not expect clamped specified value for font-style
https://bugs.webkit.org/show_bug.cgi?id=246960
rdar://101517323

Reviewed by Darin Adler.

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.)

* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/variations/at-font-face-descriptors.html:

Canonical link: https://commits.webkit.org/255943@main




More information about the webkit-changes mailing list