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: 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. |
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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 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 () { |
382 var evt = document.createEvent(even..." did not throw | 382 var evt = document.createEvent(even..." did not throw |
383 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" |
384 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 () { |
385 var evt = document.createEvent(even..." did not throw | 385 var evt = document.createEvent(even..." did not throw |
386 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" |
387 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" |
388 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" |
389 Harness: the test ran to completion. | 389 Harness: the test ran to completion. |
390 | 390 |
OLD | NEW |