Bug 232256 - [GTK][WPE] test accessibility/auto-fill-crash.html fails since r284612 due to lack of description on the autofill button
Summary: [GTK][WPE] test accessibility/auto-fill-crash.html fails since r284612 due to...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-25 11:28 PDT by Arcady Goldmints-Orlov
Modified: 2022-01-07 10:13 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arcady Goldmints-Orlov 2021-10-25 11:28:45 PDT
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
Comment 1 Radar WebKit Bug Importer 2021-10-25 11:28:57 PDT
<rdar://problem/84622871>
Comment 2 Arcady Goldmints-Orlov 2022-01-07 10:13:46 PST
As of r286794 this test has been made async and so times out instead of failing.