Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ce921a9c9a6cddcb6107924f31d03fef1218ea7d
https://github.com/WebKit/WebKit/commit/ce921a9c9a6cddcb6107924f31d03fef1218ea7d
Author: Megan Gardner <[email protected]>
Date: 2026-04-25 (Sat, 25 Apr 2026)
Changed paths:
A
LayoutTests/http/tests/site-isolation/focus-wrap-across-remote-frames-expected.txt
A LayoutTests/http/tests/site-isolation/focus-wrap-across-remote-frames.html
M Source/WebCore/page/FocusController.cpp
Log Message:
-----------
Add test to show that we properly begin at the top of the document tree when
looping the progression tabbed element focus.
https://bugs.webkit.org/show_bug.cgi?id=313096
rdar://175393903
Reviewed by Ryosuke Niwa.
When investigating FIXMEs that I left in the focus controller, I found
that this FIXME was actually unneeded. Adding a test to prove that this
code functions properly.
Test: http/tests/site-isolation/focus-wrap-across-remote-frames.html
*
LayoutTests/http/tests/site-isolation/focus-wrap-across-remote-frames-expected.txt:
Added.
* LayoutTests/http/tests/site-isolation/focus-wrap-across-remote-frames.html:
Added.
* Source/WebCore/page/FocusController.cpp:
(WebCore::FocusController::findFocusableElementContinuingFromOwnerElement):
Canonical link: https://commits.webkit.org/312015@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications