Bug 225479

Summary: REGRESSION(r275515) [WPE] accessibility/aria-modal.html is timing out
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: AccessibilityAssignee: Lauro Moura <lmoura>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=220148

Description Lauro Moura 2021-05-06 13:36:46 PDT
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@main
Last good commit is 236170@main

Bisecting this interval shows the failure starting with https://trac.webkit.org/changeset/275515/webkit
Comment 1 Radar WebKit Bug Importer 2021-05-06 13:36:55 PDT
<rdar://problem/77622905>
Comment 2 Lauro Moura 2022-10-06 09:17:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5087
Comment 3 EWS 2022-10-06 09:21:34 PDT
Test gardening commit 255223@main (f5ea9a1d0074): <https://commits.webkit.org/255223@main>

Reviewed commits have been landed. Closing PR #5087 and removing active labels.
Comment 4 Diego Pino 2023-01-25 20:44:24 PST
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.