[Webkit-unassigned] [Bug 225479] New: REGRESSION(r275515) [WPE] accessibility/aria-modal.html is timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 13:36:46 PDT 2021


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

            Bug ID: 225479
           Summary: REGRESSION(r275515) [WPE]
                    accessibility/aria-modal.html is timing out
           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: lmoura at igalia.com
                CC: webkit-bug-importer at group.apple.com

accessibility/aria-modal.html

Timing out in the following await block:

            // Set aria-hidden=false.
            document.getElementById("box").setAttribute("aria-hidden", "false");
            await waitFor(() => {
                return !backgroundAccessible();
            });
            debug("Dialog is displaying and aria-hidden=false");
            shouldBeFalse("backgroundAccessible()");

Results: https://results.webkit.org/?suite=layout-tests&test=accessibility%2Faria-modal.html
First known bad commit is 236174 at main
Last good commit is 236170 at main

Bisecting this interval shows the failure starting with https://trac.webkit.org/changeset/275515/webkit

-- 
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/20210506/6d1af13d/attachment-0001.htm>


More information about the webkit-unassigned mailing list