Bug 266683 - html/semantics/popovers/popover-light-dismiss.html WPT is failing on mac-wk2 after enabling async overflow scrolling
Summary: html/semantics/popovers/popover-light-dismiss.html WPT is failing on mac-wk2 ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-20 00:27 PST by Abrar Rahman Protyasha
Modified: 2023-12-20 00:37 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abrar Rahman Protyasha 2023-12-20 00:27:59 PST
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.
Comment 1 Radar WebKit Bug Importer 2023-12-20 00:28:07 PST
<rdar://problem/119919210>