[Webkit-unassigned] [Bug 146243] New: AX Tests hit-test-input-{auto-fill, search}-button.html and input-search-cancel-button.html fail on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 11:44:18 PDT 2015


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

            Bug ID: 146243
           Summary: AX Tests hit-test-input-{auto-fill,
                    search}-button.html and
                    input-search-cancel-button.html fail on Windows
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

The following tests fail on Windows:

accessibility/hit-test-input-auto-fill-button.html
accessibility/hit-test-input-search-cancel-button.html

with an console message of the form:

CONSOLE MESSAGE: line 19: TypeError: undefined is not an object (evaluating 'accessibilityController.accessibleElementById("password").childAtIndex')

The test accessibility/input-search-cancel-button.html fails on Windows with diff:
[[
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/accessibility/input-search-cancel-button-expected.txt
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/accessibility/input-search-cancel-button-actual.txt
@@ -3,8 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS accessibilityController.accessibleElementById("search").childAtIndex(1).description is "AXDescription: cancel"
-PASS accessibilityController.accessibleElementById("search").childAtIndex(1).role is "AXRole: AXButton"
+FAIL accessibilityController.accessibleElementById("search").childAtIndex(1).description should be AXDescription: cancel. Threw exception TypeError: undefined is not an object (evaluating 'accessibilityController.accessibleElementById("search").childAtIndex')
+FAIL accessibilityController.accessibleElementById("search").childAtIndex(1).role should be AXRole: AXButton. Threw exception TypeError: undefined is not an object (evaluating 'accessibilityController.accessibleElementById("search").childAtIndex')
 PASS successfullyParsed is true

 TEST COMPLETE
]]

These tests were added in the patch for bug #145241.

For completeness, the above results are from <https://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r185876%20(52565)/results.html>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150623/f382e154/attachment-0001.html>


More information about the webkit-unassigned mailing list