[Webkit-unassigned] [Bug 140796] New: [Win] Missing stringValue and description on text, group, and button types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 22 16:04:54 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140796

            Bug ID: 140796
           Summary: [Win] Missing stringValue and description on text,
                    group, and button types
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org
                CC: webkit-bug-importer at group.apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150123/d6c4f074/attachment-0002.html>


More information about the webkit-unassigned mailing list