Bug 98382 - [GTK] accessibility/visible-elements.html is failing
Summary: [GTK] accessibility/visible-elements.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on: 118967
Blocks: 98347
  Show dependency treegraph
 
Reported: 2012-10-04 00:48 PDT by Zan Dobersek
Modified: 2021-12-03 11:21 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.