[Webkit-unassigned] [Bug 232033] AX: Remove redundant insert of autofill button child in AccessibilityRenderObject::addTextFieldChildren

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 20 13:53:35 PDT 2021


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

--- Comment #5 from Andres Gonzalez <andresg_22 at apple.com> ---
(In reply to Tyler Wilcock from comment #2)
> Created attachment 441921 [details]
> Patch

--- a/LayoutTests/accessibility/auto-fill-crash.html
+++ a/LayoutTests/accessibility/auto-fill-crash.html

-        var childrenCountExpected = accessibilityController.platformName == "atk" ? "2" : "3";
+        var childrenCountExpected = accessibilityController.platformName == "atk" ? "1" : "2";

Isn't ATK doing it wright and getting 2 children here?

-- 
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/20211020/29379956/attachment.htm>


More information about the webkit-unassigned mailing list