Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a3471dbfe49289d92a22c613608f704d60c33fe5
https://github.com/WebKit/WebKit/commit/a3471dbfe49289d92a22c613608f704d60c33fe5
Author: Vitor Roriz <[email protected]>
Date: 2026-06-01 (Mon, 01 Jun 2026)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/platform/graphics/skia/FontCustomPlatformDataSkia.cpp
Log Message:
-----------
font-style: oblique angle clamped against the @font-face weight range instead
of the font-style range in the Skia path
https://bugs.webkit.org/show_bug.cgi?id=315912
rdar://178324521
Reviewed by Tim Nguyen.
FontCustomPlatformData::fontPlatformData() in the Skia port has the same
copy-paste error fixed for the CoreText path in
https://commits.webkit.org/314280@main:
the oblique slope was clamped against fontFaceCapabilities().weight instead of
.slope. That fix progressed font-slant-2a and font-slant-2c on cocoa but worked
around the still-broken Skia path by marking both as ImageOnlyFailure in the
glib
TestExpectations. Applying the same fix to Skia lets us remove those
expectations.
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/platform/graphics/skia/FontCustomPlatformDataSkia.cpp:
(WebCore::FontCustomPlatformData::fontPlatformData):
Canonical link: https://commits.webkit.org/314297@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications