Bug 232256
| Summary: | [GTK][WPE] test accessibility/auto-fill-crash.html fails since r284612 due to lack of description on the autofill button | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Arcady Goldmints-Orlov <crzwdjk> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | alex, andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Arcady Goldmints-Orlov
In r284612, this test was updated to check for the description on the autofill button, which appears to be missing on GTK and WPE, resulting in the test failing with the following diff:
--- /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/accessibility/auto-fill-crash-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-skip-failing-tests/build/layout-test-results/accessibility/auto-fill-crash-actual.txt
@@ -5,7 +5,7 @@
PASS textFieldAxObject.childrenCount is 1
-PASS textFieldAxObject.childAtIndex(childrenCountExpected - 1).description is 'AXDescription: contact info AutoFill'
+FAIL textFieldAxObject.childAtIndex(childrenCountExpected - 1).description should be AXDescription: contact info AutoFill. Was AXDescription: .
PASS textFieldAxObject.childrenCount is 0
PASS successfullyParsed is true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/84622871>
Arcady Goldmints-Orlov
As of r286794 this test has been made async and so times out instead of failing.
Alejandro G. Castro
Updated the test expectations in bug: https://bugs.webkit.org/show_bug.cgi?id=303483
Alejandro G. Castro
(In reply to Alejandro G. Castro from comment #3)
> Updated the test expectations in bug:
> https://bugs.webkit.org/show_bug.cgi?id=303483
This comment is wrong and corresponds to accessibility/auto-fill-types.html
Sorry for the mistake.