add scroll test
This commit is contained in:
parent
f63920e25e
commit
b694afb7ce
6 changed files with 133 additions and 18 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Reference in a new issue