Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 02729f4c462998c9c639efe3d97763b03187547c
https://github.com/WebKit/WebKit/commit/02729f4c462998c9c639efe3d97763b03187547c
Author: Simon Fraser <[email protected]>
Date: 2026-04-24 (Fri, 24 Apr 2026)
Changed paths:
M Tools/DumpRenderTree/mac/UIScriptControllerMac.mm
M Tools/WebKitTestRunner/ios/HIDEventGenerator.mm
M Tools/WebKitTestRunner/mac/UIScriptControllerMac.mm
Log Message:
-----------
Tests that try to simulate `wheel` events on iOS hit an assertion
https://bugs.webkit.org/show_bug.cgi?id=313183
rdar://175465357
Reviewed by Abrar Rahman Protyasha.
Some imported scroll-snap tests trigger simulated 'wheel' events. On iOs, these
would hit an assertion in `transducerTypeFromString`. This is annoying; let's
just log instead of asserting.
On macOS we just logged, but we didn't log enough to diagnose, so fix that
so both platforms log similarly.
* Tools/DumpRenderTree/mac/UIScriptControllerMac.mm:
(WTR::UIScriptControllerMac::sendEventStream):
* Tools/WebKitTestRunner/ios/HIDEventGenerator.mm:
(transducerTypeFromString):
(-[HIDEventGenerator _createIOHIDEventWithInfo:]):
(-[HIDEventGenerator dispatchEventWithInfo:]):
* Tools/WebKitTestRunner/mac/UIScriptControllerMac.mm:
(WTR::UIScriptControllerMac::sendEventStream):
Canonical link: https://commits.webkit.org/311949@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications