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: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: andresg_22, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.