[Webkit-unassigned] [Bug 238642] REGRESSION(r292127): [ BigSur+ wk1 ] imported/w3c/web-platform-tests/css/css-contain/contain-body-overflow-002.html is a constant image failure
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 7 08:52:03 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=238642
--- Comment #4 from zalan <zalan at apple.com> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220407/c0204410/attachment.htm>
More information about the webkit-unassigned
mailing list