Implement the errorevent argument to Document::createEvent

This commit is contained in:
SunyDays 2016-04-27 20:49:25 +03:00
parent ce54234262
commit 7d24426172
3 changed files with 3 additions and 29 deletions

View file

@ -133,30 +133,6 @@
[createEvent('DRAGEVENT') should be initialized correctly.]
expected: FAIL
[ErrorEvent should be an alias for ErrorEvent.]
bug: https://github.com/servo/servo/issues/10738
expected: FAIL
[createEvent('ErrorEvent') should be initialized correctly.]
bug: https://github.com/servo/servo/issues/10738
expected: FAIL
[errorevent should be an alias for ErrorEvent.]
bug: https://github.com/servo/servo/issues/10738
expected: FAIL
[createEvent('errorevent') should be initialized correctly.]
bug: https://github.com/servo/servo/issues/10738
expected: FAIL
[ERROREVENT should be an alias for ErrorEvent.]
bug: https://github.com/servo/servo/issues/10738
expected: FAIL
[createEvent('ERROREVENT') should be initialized correctly.]
bug: https://github.com/servo/servo/issues/10738
expected: FAIL
[HashChangeEvent should be an alias for HashChangeEvent.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[Worker_dispatchEvent_ErrorEvent.htm]
type: testharness
[document.createEvent('ErrorEvent')]
expected: FAIL