NEW263473
[ GLib ] Implement wheel WPT actions in WebKit's test vendor JS without UIScriptController.sendEventStream
https://bugs.webkit.org/show_bug.cgi?id=263473
Summary [ GLib ] Implement wheel WPT actions in WebKit's test vendor JS without UIScr...
Abrar Rahman Protyasha
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-16 13:44:16 PST
Note You need to log in before you can comment on or make changes to this bug.