add scroll test

This commit is contained in:
Shin'ya Ueoka 2018-02-14 21:11:03 +09:00
parent f63920e25e
commit b694afb7ce
6 changed files with 133 additions and 18 deletions

View file

@ -7,6 +7,8 @@ const TABS_CREATE = 'tabs.create';
const EVENT_KEYPRESS = 'event.keypress';
const EVENT_KEYDOWN = 'event.keydown';
const EVENT_KEYUP = 'event.keyup';
const SCROLL_GET = 'scroll.get';
const SCROLL_SET = 'scroll.set';
export {
METHOD_REQUEST,
@ -21,4 +23,6 @@ export {
EVENT_KEYPRESS,
EVENT_KEYDOWN,
EVENT_KEYUP,
SCROLL_GET,
SCROLL_SET,
};