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    

Description Zan Dobersek 2012-10-04 00:48:06 PDT
accessibility/visible-elements.html is failing on all GTK platforms.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=accessibility%2Fvisible-elements.html
Comment 1 Joanmarie Diggs 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 :-/)
Comment 2 Mario Sanchez Prada 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
Comment 3 Mario Sanchez Prada 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
Comment 4 Lauro Moura 2021-12-03 11:21:52 PST
Test timing out after becoming async in r286426. Will update the expectation in the next gardening round.