Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6c50837901213023ebd79b4bfd95fc18826ce3c9
https://github.com/WebKit/WebKit/commit/6c50837901213023ebd79b4bfd95fc18826ce3c9
Author: Said Abou-Hallawa <[email protected]>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-basics.html
M
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-content-dynamic.html
M
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-content-text.html
M
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic-expected.html
M
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic.html
M
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-initial.html
M Source/WebCore/css/html.css
Log Message:
-----------
REGRESSION(306540@main) : It caused Speedometer3 regression
https://bugs.webkit.org/show_bug.cgi?id=308234
rdar://170328335
Unreviewed.
The change 306540@main touches the CSS properties of the checkable controls
in the UA style sheet. Speedometer3 uses many check-boxes and radio buttons.
* LayoutTests/fast/forms/appearance-base/appearance-base-checkable-basics.html:
*
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-content-dynamic.html:
*
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-content-text.html:
*
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic-expected.html:
*
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-dynamic.html:
*
LayoutTests/fast/forms/appearance-base/appearance-base-checkable-checkmark-initial.html:
* Source/WebCore/css/html.css:
(input:is([type="radio"], [type="checkbox"])):
(input[type="radio"]):
(input[type=checkbox]:not([switch]):checked::checkmark): Deleted.
(input[type=radio]:checked::checkmark): Deleted.
(input:is([type=checkbox]:not([switch]),
[type=radio]):not(:checked)::checkmark): Deleted.
Canonical link: https://commits.webkit.org/307852@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications