Bug 98382

Summary: [GTK] accessibility/visible-elements.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: apinheiro, bugs-noreply, jdiggs, lmoura, mario
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=233728
Bug Depends on: 118967    
Bug Blocks: 98347    

Zan Dobersek
Reported 2012-10-04 00:48:06 PDT
Attachments
Joanmarie Diggs
Comment 1 2012-10-16 10:27:36 PDT
This test fails because we need to implement our DRT's AccessibilityUIElement::attributesOfDocumentLinks() And what strikes me as the best way to do that is to get all the links via the AtkCollection interface which .... doesn't exist yet. ;) See: https://bugzilla.gnome.org/show_bug.cgi?id=345750 The good news is that contrary to what the age of the GNOME bug suggests, implementing AtkCollection is on PiƱeiro's TODO list, so putting this on his plate. (Cannot assign due to no edit bug privs :-/)
Mario Sanchez Prada
Comment 2 2013-07-22 06:26:51 PDT
(In reply to comment #1) > This test fails because we need to implement our DRT's > AccessibilityUIElement::attributesOfDocumentLinks() > It also needs AccessibilityUIElement::attributesOfDocumentLinks(), see bug 118967
Mario Sanchez Prada
Comment 3 2013-07-22 06:27:31 PDT
(In reply to comment #2) > (In reply to comment #1) > > This test fails because we need to implement our DRT's > > AccessibilityUIElement::attributesOfDocumentLinks() > > > > It also needs AccessibilityUIElement::attributesOfDocumentLinks(), see bug 118967 I meant, AccessibilityUIElement::attributesOfChildren(). Sorry for the noise
Lauro Moura
Comment 4 2021-12-03 11:21:52 PST
Test timing out after becoming async in r286426. Will update the expectation in the next gardening round.
Note You need to log in before you can comment on or make changes to this bug.