WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
98382
[GTK] accessibility/visible-elements.html is failing
https://bugs.webkit.org/show_bug.cgi?id=98382
Summary
[GTK] accessibility/visible-elements.html is failing
Zan Dobersek
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug