| 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: | CSS | Assignee: | 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
Dawn Morningstar
2022-03-31 17:48:12 PDT
Created attachment 456300 [details]
/imported/w3c/web-platform-tests/css/css-contain/contain-body-overflow-002-diffs.html DIFF images
Added test expectations as [ Failure ] for Mac-wk1 here: https://commits.webkit.org/249095@main 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.
Pull request: https://github.com/WebKit/WebKit/pull/6508 Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/36968 Committed 256701@main (300a05321aff): <https://commits.webkit.org/256701@main> Reviewed commits have been landed. Closing PR #6508 and removing active labels. |