| OLD | NEW |
| 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. | 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. |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E
xtendableMessageEvents" | 265 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 () { | 266 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 | 267 var evt = document.createEvent(even..." did not throw |
| 268 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F
etchEvents" | 268 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 () { | 269 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 | 270 var evt = document.createEvent(even..." did not throw |
| 271 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F
ontFaceSetLoadEvents" | 271 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 () { | 272 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 | 273 var evt = document.createEvent(even..." did not throw |
| 274 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
amepadEvents" | 274 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
amepadEvents" |
| 275 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv
ent" assert_throws: function "function () { | 275 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv
ent" |
| 276 var evt = document.createEvent(even..." did not throw | |
| 277 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
eofencingEvents" | 276 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G
eofencingEvents" |
| 278 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent
" assert_throws: function "function () { | 277 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent
" assert_throws: function "function () { |
| 279 var evt = document.createEvent(even..." did not throw | 278 var evt = document.createEvent(even..." did not throw |
| 280 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I
nstallEvents" | 279 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I
nstallEvents" |
| 281 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" | 280 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" |
| 282 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K
eyEvents" | 281 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K
eyEvents" |
| 283 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti
onEvent" assert_throws: function "function () { | 282 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti
onEvent" assert_throws: function "function () { |
| 284 var evt = document.createEvent(even..." did not throw | 283 var evt = document.createEvent(even..." did not throw |
| 285 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M
IDIConnectionEvents" | 284 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M
IDIConnectionEvents" |
| 286 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE
vent" assert_throws: function "function () { | 285 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE
vent" assert_throws: function "function () { |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat
ionEvent" assert_throws: function "function () { | 381 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat
ionEvent" assert_throws: function "function () { |
| 383 var evt = document.createEvent(even..." did not throw | 382 var evt = document.createEvent(even..." did not throw |
| 384 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitAnimationEvents" | 383 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitAnimationEvents" |
| 385 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi
tionEvent" assert_throws: function "function () { | 384 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi
tionEvent" assert_throws: function "function () { |
| 386 var evt = document.createEvent(even..." did not throw | 385 var evt = document.createEvent(even..." did not throw |
| 387 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitTransitionEvents" | 386 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitTransitionEvents" |
| 388 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv
ent" | 387 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv
ent" |
| 389 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X
ULCommandEvents" | 388 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X
ULCommandEvents" |
| 390 Harness: the test ran to completion. | 389 Harness: the test ran to completion. |
| 391 | 390 |
| OLD | NEW |