[Webkit-unassigned] [Bug 172281] [GTK] Test accessibility/insert-children-assert.html is crashing since added in r216980

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 01:28:24 PDT 2019


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cfleizach at apple.com,
                   |                            |cgarcia at igalia.com,
                   |                            |jdiggs at igalia.com

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The crash happens because at some point the test tries to get the anonymous block text getting the RenderText as first child and RenderFullScreen as last child and the latter doesn't have a node. This is because in atk we do thing differently, we don't include the static text elements individually, and parent element uses textUnderElement() to get all the pieces together. I think we could just turn the asserts into actual null checks. That won't fix the test (because it expects the mac behavior of having static text nodes in the tree), but at least it won't crash.

-- 
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/20190409/d737fc7a/attachment-0001.html>


More information about the webkit-unassigned mailing list