Bug 148256 - [Mac] WebKitTestRunner may need to implement eventSender.continuousMouseScrollBy (if not, we should fix some tests)
Summary: [Mac] WebKitTestRunner may need to implement eventSender.continuousMouseScrol...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-20 15:58 PDT by Alexey Proskuryakov
Modified: 2015-08-20 15:58 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?