Added eventSender support for touches causing scroll when uncanceled.
commit96985f72d229c850d2bef59c8c6f13e05c4efe34
authormustaq <mustaq@chromium.org>
Tue, 30 Jun 2015 21:41:53 +0000 (30 14:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 30 Jun 2015 21:43:18 +0000 (30 21:43 +0000)
tree12bf273959b33580ae744eb2638fc2a173765956
parent77d76acfa1fdb7054a371eb34d7aa70d9d13e07d
Added eventSender support for touches causing scroll when uncanceled.

We need layout tests for verifying that pointercancel events are fired
correctly on touch. WebTouchEvent.causesScrollingIfUncanceled, among
other things, control the firing of pointercancel events. This CL adds
eventSenter support for sending touchMoves with the field
causesScrollingIfUncanceled set to true.

See crrev.com/1214953004 for the followup blink CL containing the layout
test.

BUG=476576

Review URL: https://codereview.chromium.org/1213663003

Cr-Commit-Position: refs/heads/master@{#336881}
components/test_runner/event_sender.cc
components/test_runner/event_sender.h