mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
key[board]event args for Document#createEvent
This commit is contained in:
parent
397d8138e7
commit
aad124fce3
4 changed files with 4 additions and 43 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue