Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b0e4aabca67b8376679927d96c7df93c408c047
https://github.com/WebKit/WebKit/commit/6b0e4aabca67b8376679927d96c7df93c408c047
Author: Antti Koivisto <[email protected]>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M LayoutTests/TestExpectations
M
LayoutTests/imported/w3c/web-platform-tests/css/css-variables/variable-css-wide-keywords-expected.txt
M Source/WebCore/style/StyleBuilder.cpp
M Source/WebCore/style/StyleBuilder.h
Log Message:
-----------
REGRESSION (296287@main): Regressed `variable-css-wide-keywords.html` (two
subtests)
https://bugs.webkit.org/show_bug.cgi?id=294585
rdar://154133529
Reviewed by Alan Baradlay.
* LayoutTests/TestExpectations:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-variables/variable-css-wide-keywords-expected.txt:
* Source/WebCore/style/StyleBuilder.cpp:
(WebCore::Style::Builder::applyCustomPropertyImpl):
(WebCore::Style::Builder::applyRollbackCascadeProperty):
Refactor to move more code here.
(WebCore::Style::Builder::applyRollbackCascadeCustomProperty):
Add a separate rollback applying function for custom properties.
(WebCore::Style::Builder::applyProperty):
(WebCore::Style::Builder::applyCustomProperty):
The code was calling applyRollbackCascadeProperty for custom property reverts
but that function only supports regular properties.
* Source/WebCore/style/StyleBuilder.h:
Canonical link: https://commits.webkit.org/296909@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