Bug 225479
Summary: | REGRESSION(r275515) [WPE] accessibility/aria-modal.html is timing out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | Accessibility | Assignee: | 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 |
Lauro Moura
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/77622905>
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/5087
EWS
Test gardening commit 255223@main (f5ea9a1d0074): <https://commits.webkit.org/255223@main>
Reviewed commits have been landed. Closing PR #5087 and removing active labels.
Diego Pino
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.