Async overflow scrolling was enabled by default for web platform tests in 270071@main. This WPT has been a consistent failure since then. Namely, this WPT now fails one check: ``` diff --git a/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-expected.txt index 6677bc1f44cc..c89f2087faf5 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/html/semantics/popovers/popover-light-dismiss-expected.txt @@ -20 +20 @@ PASS An invoking element that was not used to invoke the popover is not part of -PASS Scrolling within a popover should not close the popover +FAIL Scrolling within a popover should not close the popover assert_equals: popover6 should be scrolled expected 50 but got 0 ``` We should see if this a real bug or if the test needs to be written differently.
<rdar://problem/119919210>