Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8f3795d82a4d1367f753b167a4553dab6623b6e3
https://github.com/WebKit/WebKit/commit/8f3795d82a4d1367f753b167a4553dab6623b6e3
Author: Luke Warlow <[email protected]>
Date: 2026-05-25 (Mon, 25 May 2026)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-button-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-button.html
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-text-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-text.html
A
LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-button-expected.txt
M LayoutTests/platform/ios/TestExpectations
M Source/WebCore/dom/Document.cpp
Log Message:
-----------
Popover light dimiss doesn't account for input buttons
https://bugs.webkit.org/show_bug.cgi?id=308293
Reviewed by Tim Nguyen.
Inside of document::handlePopoverLightDismiss() we now check for input buttons
alongside buttons and selects.
Tests:
imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-button.html
imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-text.html
*
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-button-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-button.html:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-text-expected.txt:
Added.
*
LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-text.html:
Added.
*
LayoutTests/platform/gtk/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-input-button-expected.txt:
Added.
* LayoutTests/platform/ios/TestExpectations:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::handlePopoverLightDismiss):
Canonical link: https://commits.webkit.org/313840@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications