Bug 238642

Summary: REGRESSION(r292127): [ BigSur+ wk1 ] imported/w3c/web-platform-tests/css/css-contain/contain-body-overflow-002.html is a constant image failure
Product: WebKit Reporter: Dawn Morningstar <Morningstar>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: jenner, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/36968
Attachments:
Description Flags
/imported/w3c/web-platform-tests/css/css-contain/contain-body-overflow-002-diffs.html DIFF images none

Dawn Morningstar
Reported 2022-03-31 17:48:12 PDT
Attachments
/imported/w3c/web-platform-tests/css/css-contain/contain-body-overflow-002-diffs.html DIFF images (8.33 KB, application/zip)
2022-03-31 17:51 PDT, Dawn Morningstar
no flags
Radar WebKit Bug Importer
Comment 1 2022-03-31 17:49:00 PDT
Dawn Morningstar
Comment 2 2022-03-31 17:51:12 PDT
Created attachment 456300 [details] /imported/w3c/web-platform-tests/css/css-contain/contain-body-overflow-002-diffs.html DIFF images
Robert Jenner
Comment 3 2022-03-31 18:14:11 PDT
Added test expectations as [ Failure ] for Mac-wk1 here: https://commits.webkit.org/249095@main
alan
Comment 4 2022-04-07 08:52:03 PDT
this has something to do with our WK1 focus behavior. @@ -28,6 +28,10 @@ body { <p tabindex=1 id=target>Test passes if there is no red. <script> window.onload = function() { - document.getElementById("target").focus() + testRunner.waitUntilDone(); + document.getElementById("target").focus(); + setTimeout(function() { + testRunner.notifyDone(); + }, 0); } </script> ^^PASS.
Tim Nguyen (:ntim)
Comment 5 2022-11-15 00:11:44 PST
Tim Nguyen (:ntim)
Comment 6 2022-11-15 00:13:31 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/36968
EWS
Comment 7 2022-11-15 10:14:08 PST
Committed 256701@main (300a05321aff): <https://commits.webkit.org/256701@main> Reviewed commits have been landed. Closing PR #6508 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.