blob: a36620564bf3a0a5a2f417ca53f373c14ac7a00e [file] [log] [blame]
importAutomationScript('/pointerevents/pointerevent_common_input.js');
function inject_input() {
return penEnterAndLeaveTarget('#target0').then(function() {
penMoveToDocument();
}).then(function() {
return penEnterAndLeaveTarget('#target0');
});
}