Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c789fa57f2154b8c65b7565b18b9c398a2b35513
https://github.com/WebKit/WebKit/commit/c789fa57f2154b8c65b7565b18b9c398a2b35513
Author: Lily Spiniolas <[email protected]>
Date: 2025-04-16 (Wed, 16 Apr 2025)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/native-appearance-disabled-for-value-unset-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/native-appearance-disabled-for-value-unset.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/reference/native-appearance-disabled-for-value-unset-ref.html
M Source/WebCore/style/StyleBuilder.cpp
Log Message:
-----------
CSS property value `unset` does not disable native appearance for widgets
https://bugs.webkit.org/show_bug.cgi?id=291599
rdar://149311324
Reviewed by Antti Koivisto and Abrar Rahman Protyasha.
The check for styles which should disable native appearance is no
longer skipped when the property value is unset. Added a WPT
test to ensure that widgets display the same when their background
and border have value 'unset' as they do when their background and border
have value 'initial'.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/native-appearance-disabled-for-value-unset-expected.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/native-appearance-disabled-for-value-unset.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-ui/reference/native-appearance-disabled-for-value-unset-ref.html:
Added.
* Source/WebCore/style/StyleBuilder.cpp:
(WebCore::Style::Builder::applyProperty):
Canonical link: https://commits.webkit.org/293767@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