blob: 76a9cbaf3a69c76e1005948e06228240a8ea4026 [file] [log] [blame]
importAutomationScript('/pointerevents/pointerevent_common_input.js');
function inject_input() {
return touchScrollInTarget('#target0', 'down').then(function() {
return touchScrollInTarget('#target0', 'right');
}).then(function() {
return touchScrollInTarget('#target0', 'left');
}).then(function() {
return touchTapInTarget('#btnComplete');
});
}