Bug 263473 - [ GLib ] Implement wheel WPT actions in WebKit's test vendor JS without UIScriptController.sendEventStream
Summary: [ GLib ] Implement wheel WPT actions in WebKit's test vendor JS without UIScr...
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 14:20 PDT by Abrar Rahman Protyasha
Modified: 2024-01-16 13:44 PST (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 14:20:25 PDT
JSUIScriptController::sendEventStream() crashes on the GLib platform as it is not implemented. As such, to maintain test coverage for WPTs exercising the wheel Actions interface, we should alter our implementation for the GLib port. This will involve adding an IDL field to the test runner to indicate if we're on GLib, and then using said field to fall back to maybe an `EventSender`-based implementation of the wheel Actions interface.
Comment 1 Radar WebKit Bug Importer 2024-01-16 13:44:16 PST
<rdar://problem/121074704>