mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
auto merge of #4257 : johnathan79717/servo/4008, r=jdm
This is a fix for issue #4008.
This commit is contained in:
commit
bdb3a2538b
4 changed files with 15 additions and 25 deletions
|
@ -1,8 +1,5 @@
|
|||
[EventTarget-dispatchEvent.html]
|
||||
type: testharness
|
||||
[If the event\'s initialized flag is not set, an InvalidStateError must be thrown (MessageEvent).]
|
||||
expected: FAIL
|
||||
|
||||
[If the event\'s initialized flag is not set, an InvalidStateError must be thrown (TouchEvent).]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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