auto merge of #4257 : johnathan79717/servo/4008, r=jdm

This is a fix for issue #4008.
This commit is contained in:
bors-servo 2014-12-08 01:55:08 -07:00
commit bdb3a2538b
4 changed files with 15 additions and 25 deletions

View file

@ -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

View file

@ -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