Bug 98381
Summary: | [GTK] accessibility/transformed-element.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apinheiro, jdiggs, mario |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 118966 | ||
Bug Blocks: | 98347 |
Zan Dobersek
accessibility/transformed-element.html is failing on all GTK platforms.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=accessibility%2Ftransformed-element.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joanmarie Diggs
This one fails because we need to implement more fully our DRT's AccessibilityUIElement::allAttributes().
Currently it dumps out all AtkObject attributes rather than everything you might want to know about the object like at least the mac port does. And fully implementing this would likely catch a11y regressions down the road, so I think that's worth doing.
I'll take this one.
Mario Sanchez Prada
Resolving as duplicate of bug 118966, as agreed with Joanie on IRC
*** This bug has been marked as a duplicate of bug 118966 ***