Bug 140796

Summary: [Win] Missing stringValue and description on text, group, and button types
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

Brent Fulgham
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2015-01-22 16:05:24 PST
Note You need to log in before you can comment on or make changes to this bug.