Bug 98382
Summary: | [GTK] accessibility/visible-elements.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | 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
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joanmarie Diggs
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
(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
(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
Test timing out after becoming async in r286426. Will update the expectation in the next gardening round.