mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Implement the "messageevent" argument to Document#createEvent. #4008
This commit is contained in:
parent
58f9b4ad96
commit
ccb4e8b273
3 changed files with 15 additions and 22 deletions
|
@ -1,23 +1,5 @@
|
|||
[Document-createEvent.html]
|
||||
type: testharness
|
||||
[MessageEvent should be an alias for MessageEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'MessageEvent\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[messageevent should be an alias for MessageEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'messageevent\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[MESSAGEEVENT should be an alias for MessageEvent.]
|
||||
expected: FAIL
|
||||
|
||||
[createEvent(\'MESSAGEEVENT\') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[TouchEvent should be an alias for TouchEvent.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue