RESOLVED FIXED 146719
[ATK] Expose the value of aria-roledescription via an AtkObject attribute
https://bugs.webkit.org/show_bug.cgi?id=146719
Summary [ATK] Expose the value of aria-roledescription via an AtkObject attribute
Carlos Alberto Lopez Perez
Reported 2015-07-08 04:36:08 PDT
On platform GTK the Layout test accessibility/aria-roledescription.html is failing since it was added on r186038 <http://trac.webkit.org/r186038> The probable cause is a missing implementation of the feature on platform GTK. The text diff of the test: --- /home/clopez/webkit/webkit/layout-test-results/accessibility/aria-roledescription-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/accessibility/aria-roledescription-actual.txt @@ -4,9 +4,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -Role description: AXRoleDescription: Super Button -Role description: AXRoleDescription: -Role description: AXRoleDescription: button +Role description: +Role description: +Role description: PASS successfullyParsed is true TEST COMPLETE
Attachments
Patch (6.32 KB, patch)
2016-04-29 08:46 PDT, Joanmarie Diggs
no flags
Radar WebKit Bug Importer
Comment 1 2015-07-08 04:36:43 PDT
Joanmarie Diggs
Comment 2 2016-04-29 08:46:50 PDT
WebKit Commit Bot
Comment 3 2016-04-29 09:44:00 PDT
Comment on attachment 277701 [details] Patch Clearing flags on attachment: 277701 Committed r200245: <http://trac.webkit.org/changeset/200245>
WebKit Commit Bot
Comment 4 2016-04-29 09:44:04 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.