RESOLVED DUPLICATE of bug 121558 Bug 98360
[GTK] accessibility/aria-used-on-image-maps.html is failing
https://bugs.webkit.org/show_bug.cgi?id=98360
Summary [GTK] accessibility/aria-used-on-image-maps.html is failing
Zan Dobersek
Reported 2012-10-04 00:36:19 PDT
Attachments
Joanmarie Diggs
Comment 1 2012-10-17 06:00:21 PDT
Looking at Accerciser, I see the push buttons as expected. But when running the test, I get role unknown. This seems to occur when the test asks for a child at a given index and that child does not exist due to platform-specific expectations in the accessible hierarchy. Once that is addressed in the test, the accessible role will still be reported differently.
Mario Sanchez Prada
Comment 2 2013-09-25 06:24:20 PDT
I just found that this problem is related to the fact that we are making use sometimes of the WebCore's accessibility layer when the render tree is not stable (e.g. in need of updating the layout), since this tests is now passing for me with the patch I have locally applied to fix the issue found with bug 121558. Thus, I'm marking this one as duplicate of bug 121588 and will unskip this test along with the patch I'm preparing for that one (which will most likely be renamed, since it's not longer just about "crashing after hiding a heading"). *** This bug has been marked as a duplicate of bug 121558 ***
Note You need to log in before you can comment on or make changes to this bug.