Bug 146243 - AX Tests hit-test-input-{auto-fill, search}-button.html and input-search-cancel-button.html fail on Windows
Summary: AX Tests hit-test-input-{auto-fill, search}-button.html and input-search-canc...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-23 11:44 PDT by Daniel Bates
Modified: 2015-06-23 11:56 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2015-06-23 11:44:18 PDT
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>.
Comment 1 Daniel Bates 2015-06-23 11:56:02 PDT
Marked the tests as failing in <http://trac.webkit.org/changeset/185881>.