Bug 148256

Summary: [Mac] WebKitTestRunner may need to implement eventSender.continuousMouseScrollBy (if not, we should fix some tests)
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, simon.fraser, stavila
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Alexey Proskuryakov 2015-08-20 15:58:25 PDT
eventSender.continuousMouseScrollBy is strange. It's not implemented in Mac WebKitTestRunner, but somehow most tests that use it still pass. Are they all bad tests?

Many region scrolling tests use this function. Not sure if that's for a good reason, it looks like this function tests some special Gtk scrolling mode - perhaps no cross-platform tests should use it?