Bug 146243
| Summary: | AX Tests hit-test-input-{auto-fill, search}-button.html and input-search-cancel-button.html fail on Windows | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | achristensen, bfulgham, cfleizach |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=140798 | ||
Daniel Bates
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>.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Daniel Bates
Marked the tests as failing in <http://trac.webkit.org/changeset/185881>.