Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 17fd36ea6586754534db9e63058907956e254efa
https://github.com/WebKit/WebKit/commit/17fd36ea6586754534db9e63058907956e254efa
Author: Vitor Roriz <[email protected]>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M LayoutTests/TestExpectations
M
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/length-implicit-and-explicit-inheritance-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/word-spacing-inherited-computed-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/word-spacing-inherited-computed.html
M Source/WebCore/style/StyleBuilderState.cpp
M Source/WebCore/style/values/text/StyleWordSpacing.cpp
M Source/WebCore/style/values/text/StyleWordSpacing.h
Log Message:
-----------
[CSS Zoom] Fix zoom factor for word-spacing (296165)
https://bugs.webkit.org/show_bug.cgi?id=296165
rdar://156118978
Reviewed by Tim Nguyen.
We want to store the unzoomed word-spacing value at RenderStyle
and the zoomeed value at FontCascade.
Test:
imported/w3c/web-platform-tests/css/css-viewport/zoom/word-spacing-inherited-computed.html
* LayoutTests/TestExpectations:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/length-implicit-and-explicit-inheritance-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/word-spacing-inherited-computed-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/word-spacing-inherited-computed.html:
Added.
* Source/WebCore/style/StyleBuilderState.cpp:
(WebCore::Style::BuilderState::updateFontForSizeChange):
* Source/WebCore/style/values/text/StyleWordSpacing.cpp:
(WebCore::Style::CSSValueConversion<WordSpacing>::operator):
* Source/WebCore/style/values/text/StyleWordSpacing.h:
Canonical link: https://commits.webkit.org/301284@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes