| OLD | NEW |
| 1 CONSOLE WARNING: line 13: 'SVGZoomEvent' is deprecated and will be removed in M5
2, around July 2016. See https://www.chromestatus.com/features/5760883808534528
for more details. | 1 CONSOLE WARNING: 'SVGZoomEvent' is deprecated and will be removed in M52, around
July 2016. See https://www.chromestatus.com/features/5760883808534528 for more
details. |
| 2 This is a testharness.js-based test. | 2 This is a testharness.js-based test. |
| 3 PASS AnimationEvent should be an alias for AnimationEvent. | 3 PASS AnimationEvent should be an alias for AnimationEvent. |
| 4 PASS createEvent('AnimationEvent') should be initialized correctly. | 4 PASS createEvent('AnimationEvent') should be initialized correctly. |
| 5 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('animationevent') is invalid. | 5 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('animationevent') is invalid. |
| 6 FAIL createEvent('animationevent') should be initialized correctly. Cannot read
property 'type' of undefined | 6 FAIL createEvent('animationevent') should be initialized correctly. Cannot read
property 'type' of undefined |
| 7 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid. | 7 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid. |
| 8 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read
property 'type' of undefined | 8 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read
property 'type' of undefined |
| 9 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima
tionEvents" | 9 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima
tionEvents" |
| 10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. | 10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. |
| 11 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq
uals: type should be initialized to the empty string expected "" but got "before
unload" | 11 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq
uals: type should be initialized to the empty string expected "" but got "before
unload" |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments | 232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments |
| 233 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla
yerEvent" assert_throws: function "function () { | 233 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla
yerEvent" assert_throws: function "function () { |
| 234 var evt = document.createEvent(even..." did not throw | 234 var evt = document.createEvent(even..." did not throw |
| 235 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
nimationPlayerEvents" | 235 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
nimationPlayerEvents" |
| 236 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC
acheErrorEvent" assert_throws: function "function () { | 236 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC
acheErrorEvent" assert_throws: function "function () { |
| 237 var evt = document.createEvent(even..." did not throw | 237 var evt = document.createEvent(even..." did not throw |
| 238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
pplicationCacheErrorEvents" | 238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
pplicationCacheErrorEvents" |
| 239 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess
ingEvent" assert_throws: function "function () { | 239 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess
ingEvent" assert_throws: function "function () { |
| 240 var evt = document.createEvent(even..." did not throw | 240 var evt = document.createEvent(even..." did not throw |
| 241 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
udioProcessingEvents" | 241 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
udioProcessingEvents" |
| 242 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete
ErrorEvent" | 242 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete
ErrorEvent" assert_throws: function "function () { |
| 243 var evt = document.createEvent(even..." did not throw |
| 243 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
utocompleteErrorEvents" | 244 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
utocompleteErrorEvents" |
| 244 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal
lPromptEvent" assert_throws: function "function () { | 245 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal
lPromptEvent" assert_throws: function "function () { |
| 245 var evt = document.createEvent(even..." did not throw | 246 var evt = document.createEvent(even..." did not throw |
| 246 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B
eforeInstallPromptEvents" | 247 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B
eforeInstallPromptEvents" |
| 247 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" a
ssert_throws: function "function () { | 248 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" a
ssert_throws: function "function () { |
| 248 var evt = document.createEvent(even..." did not throw | 249 var evt = document.createEvent(even..." did not throw |
| 249 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B
lobEvents" | 250 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B
lobEvents" |
| 250 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve
nt" assert_throws: function "function () { | 251 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve
nt" assert_throws: function "function () { |
| 251 var evt = document.createEvent(even..." did not throw | 252 var evt = document.createEvent(even..." did not throw |
| 252 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C
lipboardEvents" | 253 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C
lipboardEvents" |
| (...skipping 12 matching lines...) Expand all Loading... |
| 265 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E
xtendableMessageEvents" | 266 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E
xtendableMessageEvents" |
| 266 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent"
assert_throws: function "function () { | 267 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent"
assert_throws: function "function () { |
| 267 var evt = document.createEvent(even..." did not throw | 268 var evt = document.createEvent(even..." did not throw |
| 268 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F
etchEvents" | 269 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F
etchEvents" |
| 269 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL
oadEvent" assert_throws: function "function () { | 270 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL
oadEvent" assert_throws: function "function () { |
| 270 var evt = document.createEvent(even..." did not throw | 271 var evt = document.createEvent(even..." did not throw |
| 271 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F
ontFaceSetLoadEvents" | 272 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F
ontFaceSetLoadEvents" |
| 272 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent
" assert_throws: function "function () { | 273 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent
" assert_throws: function "function () { |
| 273 var evt = document.createEvent(even..." did not throw | 274 var evt = document.createEvent(even..." did not throw |
| 274 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
amepadEvents" | 275 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
amepadEvents" |
| 275 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv
ent" | 276 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv
ent" assert_throws: function "function () { |
| 277 var evt = document.createEvent(even..." did not throw |
| 276 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
eofencingEvents" | 278 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
eofencingEvents" |
| 277 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent
" assert_throws: function "function () { | 279 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent
" assert_throws: function "function () { |
| 278 var evt = document.createEvent(even..." did not throw | 280 var evt = document.createEvent(even..." did not throw |
| 279 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I
nstallEvents" | 281 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I
nstallEvents" |
| 280 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" | 282 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" |
| 281 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K
eyEvents" | 283 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K
eyEvents" |
| 282 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti
onEvent" assert_throws: function "function () { | 284 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti
onEvent" assert_throws: function "function () { |
| 283 var evt = document.createEvent(even..." did not throw | 285 var evt = document.createEvent(even..." did not throw |
| 284 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M
IDIConnectionEvents" | 286 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M
IDIConnectionEvents" |
| 285 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE
vent" assert_throws: function "function () { | 287 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE
vent" assert_throws: function "function () { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R
elatedEvents" | 352 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R
elatedEvents" |
| 351 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg
ressEvent" assert_throws: function "function () { | 353 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg
ressEvent" assert_throws: function "function () { |
| 352 var evt = document.createEvent(even..." did not throw | 354 var evt = document.createEvent(even..." did not throw |
| 353 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R
esourceProgressEvents" | 355 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R
esourceProgressEvents" |
| 354 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent" | 356 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent" |
| 355 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv
ent" | 357 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv
ent" |
| 356 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
crollAreaEvents" | 358 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
crollAreaEvents" |
| 357 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli
cyViolationEvent" assert_throws: function "function () { | 359 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli
cyViolationEvent" assert_throws: function "function () { |
| 358 var evt = document.createEvent(even..." did not throw | 360 var evt = document.createEvent(even..." did not throw |
| 359 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
ecurityPolicyViolationEvents" | 361 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
ecurityPolicyViolationEvents" |
| 360 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC
onnectEvent" | 362 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC
onnectEvent" assert_throws: function "function () { |
| 363 var evt = document.createEvent(even..." did not throw |
| 361 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
ervicePortConnectEvents" | 364 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
ervicePortConnectEvents" |
| 362 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke
rMessageEvent" assert_throws: function "function () { | 365 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke
rMessageEvent" assert_throws: function "function () { |
| 363 var evt = document.createEvent(even..." did not throw | 366 var evt = document.createEvent(even..." did not throw |
| 364 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
erviceWorkerMessageEvents" | 367 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
erviceWorkerMessageEvents" |
| 365 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur
eEvent" | 368 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur
eEvent" |
| 366 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
impleGestureEvents" | 369 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
impleGestureEvents" |
| 367 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn
itionError" assert_throws: function "function () { | 370 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn
itionError" assert_throws: function "function () { |
| 368 var evt = document.createEvent(even..." did not throw | 371 var evt = document.createEvent(even..." did not throw |
| 369 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
peechRecognitionErrors" | 372 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
peechRecognitionErrors" |
| 370 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn
itionEvent" assert_throws: function "function () { | 373 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn
itionEvent" assert_throws: function "function () { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 381 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat
ionEvent" assert_throws: function "function () { | 384 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat
ionEvent" assert_throws: function "function () { |
| 382 var evt = document.createEvent(even..." did not throw | 385 var evt = document.createEvent(even..." did not throw |
| 383 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitAnimationEvents" | 386 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitAnimationEvents" |
| 384 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi
tionEvent" assert_throws: function "function () { | 387 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi
tionEvent" assert_throws: function "function () { |
| 385 var evt = document.createEvent(even..." did not throw | 388 var evt = document.createEvent(even..." did not throw |
| 386 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitTransitionEvents" | 389 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitTransitionEvents" |
| 387 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv
ent" | 390 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv
ent" |
| 388 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X
ULCommandEvents" | 391 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X
ULCommandEvents" |
| 389 Harness: the test ran to completion. | 392 Harness: the test ran to completion. |
| 390 | 393 |
| OLD | NEW |