RESOLVED DUPLICATE of bug 157160 125506
[ATK] accessibility/alt-tag-on-image-with-nonimage-role.html is failing
https://bugs.webkit.org/show_bug.cgi?id=125506
Summary [ATK] accessibility/alt-tag-on-image-with-nonimage-role.html is failing
Krzysztof Czech
Reported 2013-12-10 05:57:48 PST
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/accessibility/alt-tag-on-image-with-nonimage-role-expected.txt +++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/accessibility/alt-tag-on-image-with-nonimage-role-actual.txt @@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS text.stringValue is 'AXValue: TEST1' +FAIL text.stringValue should be AXValue: TEST1. Threw exception TypeError: null is not an object (evaluating 'text.stringValue') PASS group.description is 'AXDescription: TEST2' PASS button.description is 'AXDescription: TEST3' PASS successfullyParsed is true
Attachments
Krzysztof Czech
Comment 1 2013-12-10 06:16:13 PST
I guess the reason is that ATK implementation ignore objects with StaticTextRole thus accessibleElementById returns nullptr.
Krzysztof Czech
Comment 2 2013-12-10 06:17:08 PST
The solution
Krzysztof Czech
Comment 3 2013-12-10 06:23:25 PST
I think the solution may be related to https://bugs.webkit.org/show_bug.cgi?id=68512 (basically it's the same problem) or just leave it as failing both on GTK and EFL.
Joanmarie Diggs
Comment 4 2016-04-28 18:01:16 PDT
*** This bug has been marked as a duplicate of bug 157160 ***
Note You need to log in before you can comment on or make changes to this bug.