Bug 125506
Summary: | [ATK] accessibility/alt-tag-on-image-with-nonimage-role.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Krzysztof Czech <k.czech> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jdiggs, lucas.de.marchi, mario |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Krzysztof Czech
--- /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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Krzysztof Czech
I guess the reason is that ATK implementation ignore objects with StaticTextRole thus accessibleElementById returns nullptr.
Krzysztof Czech
The solution
Krzysztof Czech
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
*** This bug has been marked as a duplicate of bug 157160 ***