Bug 263473

Summary: [ GLib ] Implement wheel WPT actions in WebKit's test vendor JS without UIScriptController.sendEventStream
Product: WebKit Reporter: Abrar Rahman Protyasha <a_protyasha>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: a_protyasha, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=243272

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>