key[board]event args for Document#createEvent

This commit is contained in:
Rohan Prinja 2014-11-17 07:19:37 +05:30
parent 397d8138e7
commit aad124fce3
4 changed files with 4 additions and 43 deletions

View file

@ -1,11 +1,5 @@
[EventTarget-dispatchEvent.html]
type: testharness
[If the event\'s initialized flag is not set, an InvalidStateError must be thrown (KeyboardEvent).]
expected: FAIL
[If the event\'s initialized flag is not set, an InvalidStateError must be thrown (KeyEvents).]
expected: FAIL
[If the event\'s initialized flag is not set, an InvalidStateError must be thrown (MessageEvent).]
expected: FAIL

View file

@ -1,41 +1,5 @@
[Document-createEvent.html]
type: testharness
[KeyboardEvent should be an alias for KeyboardEvent.]
expected: FAIL
[createEvent(\'KeyboardEvent\') should be initialized correctly.]
expected: FAIL
[keyboardevent should be an alias for KeyboardEvent.]
expected: FAIL
[createEvent(\'keyboardevent\') should be initialized correctly.]
expected: FAIL
[KEYBOARDEVENT should be an alias for KeyboardEvent.]
expected: FAIL
[createEvent(\'KEYBOARDEVENT\') should be initialized correctly.]
expected: FAIL
[KeyEvents should be an alias for KeyboardEvent.]
expected: FAIL
[createEvent(\'KeyEvents\') should be initialized correctly.]
expected: FAIL
[keyevents should be an alias for KeyboardEvent.]
expected: FAIL
[createEvent(\'keyevents\') should be initialized correctly.]
expected: FAIL
[KEYEVENTS should be an alias for KeyboardEvent.]
expected: FAIL
[createEvent(\'KEYEVENTS\') should be initialized correctly.]
expected: FAIL
[MessageEvent should be an alias for MessageEvent.]
expected: FAIL