Bug 263436 - dom/events/non-cancelable-when-passive/passive-[mouse]wheel-event-listener-on-document.html WPTs are failing on WKTR after initial implementation of wheel WPT actions
Summary: dom/events/non-cancelable-when-passive/passive-[mouse]wheel-event-listener-on...
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-10-20 03:01 PDT by Abrar Rahman Protyasha
Modified: 2023-10-27 03:02 PDT (History)
2 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-10-20 03:01:48 PDT
The WPTs imported/w3c/web-platform-tests/dom/events/non-cancelable-when-passive/passive-[mouse]wheel-event-listener-on-document.html were previously failing due to a lack of support of wheel events in our testdriver-vendor.js, but even after addressing said issue in bug 243272, we see that the WPTs are when run on WKTR. Note that these same WPTs do _not_ fail when run through safaridriver, and from comparing against other WPTs using the wheel actions interface, it doesn't look like the interface implemented as a resolution to bug 243272 is wrong.

It seems like both wheel and mousewheel events are always marked cancelable, even when in a passive event listener.
Comment 1 Radar WebKit Bug Importer 2023-10-27 03:02:21 PDT
<rdar://problem/117579703>