Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9fb7718cd7f2341d224a75b7b6158fba83f2c10e
https://github.com/WebKit/WebKit/commit/9fb7718cd7f2341d224a75b7b6158fba83f2c10e
Author: Tyler Wilcock <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M LayoutTests/accessibility-isolated-tree/TestExpectations
M Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp
Log Message:
-----------
AX: When creating the isolated tree, we only addUnconnectedNodeIfNeeded for
origins of relations but not targets, causing
accessibility/menuitem-is-selected.html to fail
https://bugs.webkit.org/show_bug.cgi?id=306199
rdar://168854188
Reviewed by Joshua Hoffman.
When creating the isolated tree, we only addUnconnectedNodeIfNeeded for origins
of relations but not targets, causing
accessibility/menuitem-is-selected.html to fail as in that test, the target of
the aria-labelledby is display:none.
* LayoutTests/accessibility-isolated-tree/TestExpectations:
Mark accessibility/menuitem-is-selected.html as passing.
* Source/WebCore/accessibility/isolatedtree/AXIsolatedTree.cpp:
(WebCore::AXIsolatedTree::create):
Canonical link: https://commits.webkit.org/307954@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications