Name |
Pass |
Time |
node.on('key',...): test node.on('key', fn, '65') |
✓ |
0.003 |
node.on('key',...): test node.on('key', fn, '65', thisObj) |
✓ |
0.001 |
node.on('key',...): test node.on('key', fn, '65', thisObj, args) |
✓ |
0.001 |
nodelist.on('key',...): test nodelist.on('key', fn, '65') |
✓ |
0.003 |
nodelist.on('key',...): test nodelist.on('key', fn, '65', thisObj) |
✓ |
0.001 |
nodelist.on('key',...): test nodelist.on('key', fn, '65', thisObj, args) |
✓ |
0.002 |
Y.on('key',...): test Y.on('key', fn, selector, '65') |
✓ |
0.001 |
Y.on('key',...): test Y.on('key', fn, node, '65') |
✓ |
0.002 |
Y.on('key',...): test Y.on('key', fn, selector, '65', thisObj) |
✓ |
0.001 |
Y.on('key',...): test Y.on('key', fn, selector, '65', thisObj, args) |
✓ |
0.001 |
node.delegate('key',...): test node.delegate('key', fn, '65', filter) |
✓ |
0.003 |
node.delegate('key',...): test node.delegate('key', fn, '65', filter, thisObj) |
✓ |
0.002 |
node.delegate('key',...): test node.delegate('key', fn, '65', filter, thisObj, args) |
✓ |
0.002 |
Y.delegate('key',...): test Y.delegate('key', fn, selector, '65', filter) |
✓ |
0.003 |
Y.delegate('key',...): test Y.delegate('key', fn, node, '65', filter) |
✓ |
0.001 |
Y.delegate('key',...): test Y.delegate('key', fn, selector, '65', filter, thisObj) |
✓ |
0.002 |
Y.delegate('key',...): test Y.delegate('key', fn, selector, '65', filter, thisObj, args) |
✓ |
0.002 |
key spec/filter: test 'down:65' |
✓ |
0.001 |
key spec/filter: test 'up:65' |
✓ |
0 |
key spec/filter: test 'press:65' |
✓ |
0.001 |
key spec/filter: test 'a' |
✓ |
0.001 |
key spec/filter: test 'down:a' |
✓ |
0.001 |
key spec/filter: test 'up:a' |
✓ |
0.002 |
key spec/filter: test 'press:a' |
✓ |
0.005 |
key spec/filter: test 'A' |
✓ |
0.001 |
key spec/filter: test 'enter', 'esc', 'backspace', 'tab', 'pageup', 'pagedown' |
✓ |
0.007 |
key spec/filter: test 'a,b' |
✓ |
0.002 |
key spec/filter: test '65,b,esc' |
✓ |
0.002 |
key spec/filter: test 'unknownKeyName' |
✓ |
0.001 |
key spec/filter: test '65,unknownKeyName' |
✓ |
0.002 |
key spec/filter: test '65,unknownKeyName+alt' |
✓ |
0 |
key spec/filter: test 'press:a,b' |
✓ |
0 |
key spec/filter: test 'a+shift' |
✓ |
0.002 |
key spec/filter: test 'enter+ctrl' |
✓ |
0.002 |
key spec/filter: test 'up:a+alt' |
✓ |
0.002 |
key spec/filter: test 'a,b+shift+meta' |
✓ |
0.003 |
key spec/filter: test spec with spaces 'down:65, 66, 67' |
✓ |
0.001 |
key spec/filter: test spec with no keyCodes 'down:' |
✓ |
0.001 |
key spec/filter: test spec with only modifiers '+ctrl+shift' |
✓ |
0.002 |
detach: test node.on() + node.detach() |
✓ |
0 |
detach: test Y.on() + node.detach() |
✓ |
0.001 |
detach: test node.on() + handle.detach() |
✓ |
0 |
detach: test node.on('cat|key',...) + node.detach('cat|...') |
✓ |
0.002 |
detach: test node.delegate() + node.detach() |
✓ |
0 |
detach: test node.delegate() + handle.detach() |
✓ |
0.001 |