This is necessary to run accessibility WPTs via the WebKitTestRunner.
<rdar://problem/114480911>
Created attachment 467448 [details] Patch
Created attachment 467450 [details] Patch
Created attachment 467451 [details] Patch
Created attachment 467453 [details] Patch
Comment on attachment 467453 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467453&action=review > Source/WebCore/testing/Internals.cpp:7161 > +AccessibilityObject* Internals::axObjectFor(Element& element) const is this style of naming used in WebKit? I would have expected the name to be axObjectForElement > Source/WebCore/testing/Internals.cpp:7198 > + return element.renderer() || !element.rendererIsNeeded(*computedStyle); we've already checked element.renderer() above. do we need to check it here too?
Created attachment 467459 [details] Patch
Created attachment 467460 [details] Patch
Committed 267364@main (33b030f32890): <https://commits.webkit.org/267364@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467460 [details].