[Webkit-unassigned] [Bug 232256] New: [GTK][WPE] test accessibility/auto-fill-crash.html fails since r284612 due to lack of description on the autofill button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 25 11:28:45 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=232256

            Bug ID: 232256
           Summary: [GTK][WPE] test accessibility/auto-fill-crash.html
                    fails since r284612 due to lack of description on the
                    autofill button
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: agoldmints at igalia.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211025/3184c0b8/attachment.htm>


More information about the webkit-unassigned mailing list