Bug 225479 - REGRESSION(r275515) [WPE] accessibility/aria-modal.html is timing out
Summary: REGRESSION(r275515) [WPE] accessibility/aria-modal.html is timing out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lauro Moura
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-06 13:36 PDT by Lauro Moura
Modified: 2023-01-25 20:44 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 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.