[Webkit-unassigned] [Bug 245299] getAttribute('aria-activedescendant') should return null when the assigned node has moved to a shadow tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 14:04:09 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=245299

--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org> ---
Expected:
In the attached test case, we should see:
[object HTMLDivElement]
bar
null
null

Actual:
[object HTMLDivElement]
bar
null
bar

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220916/b7532c7f/attachment.htm>


More information about the webkit-unassigned mailing list