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 / Tests | Assignee: | 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 | ||
Abrar Rahman Protyasha
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121074704>