Bug 140796 - [Win] Missing stringValue and description on text, group, and button types
Summary: [Win] Missing stringValue and description on text, group, and button types
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-22 16:04 PST by Brent Fulgham
Modified: 2015-01-22 16:07 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-22 16:04:54 PST
The layout test 'accessibility/alt-tag-on-image-with-nonimage-role.html' is failing as follows:

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/accessibility/alt-tag-on-image-with-nonimage-role-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/accessibility/alt-tag-on-image-with-nonimage-role-actual.txt
@@ -4,9 +4,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS text.stringValue is 'AXValue: TEST1'
-PASS group.description is 'AXDescription: TEST2'
-PASS button.description is 'AXDescription: TEST3'
+FAIL text.stringValue should be AXValue: TEST1. Threw exception TypeError: undefined is not an object (evaluating 'text.stringValue')
+FAIL group.description should be AXDescription: TEST2. Threw exception TypeError: undefined is not an object (evaluating 'group.description')
+FAIL button.description should be AXDescription: TEST3. Threw exception TypeError: undefined is not an object (evaluating 'button.description')
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Radar WebKit Bug Importer 2015-01-22 16:05:24 PST
<rdar://problem/19571470>