| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS AnimationEvent should be an alias for AnimationEvent. | 2 PASS AnimationEvent should be an alias for AnimationEvent. |
| 3 PASS createEvent('AnimationEvent') should be initialized correctly. | 3 PASS createEvent('AnimationEvent') should be initialized correctly. |
| 4 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('animationevent') is invalid. | 4 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('animationevent') is invalid. |
| 5 FAIL createEvent('animationevent') should be initialized correctly. Cannot read
property 'type' of undefined | 5 FAIL createEvent('animationevent') should be initialized correctly. Cannot read
property 'type' of undefined |
| 6 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid. | 6 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr
eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid. |
| 7 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read
property 'type' of undefined | 7 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read
property 'type' of undefined |
| 8 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima
tionEvents" | 8 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima
tionEvents" |
| 9 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. | 9 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. |
| 10 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq
uals: type should be initialized to the empty string expected "" but got "before
unload" | 10 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq
uals: type should be initialized to the empty string expected "" but got "before
unload" |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 FAIL svgzoomevent should be an alias for SVGZoomEvent. Failed to execute 'create
Event' on 'Document': The provided event type ('svgzoomevent') is invalid. | 168 FAIL svgzoomevent should be an alias for SVGZoomEvent. Failed to execute 'create
Event' on 'Document': The provided event type ('svgzoomevent') is invalid. |
| 169 FAIL createEvent('svgzoomevent') should be initialized correctly. Cannot read pr
operty 'type' of undefined | 169 FAIL createEvent('svgzoomevent') should be initialized correctly. Cannot read pr
operty 'type' of undefined |
| 170 FAIL SVGZOOMEVENT should be an alias for SVGZoomEvent. Failed to execute 'create
Event' on 'Document': The provided event type ('SVGZOOMEVENT') is invalid. | 170 FAIL SVGZOOMEVENT should be an alias for SVGZoomEvent. Failed to execute 'create
Event' on 'Document': The provided event type ('SVGZOOMEVENT') is invalid. |
| 171 FAIL createEvent('SVGZOOMEVENT') should be initialized correctly. Cannot read pr
operty 'type' of undefined | 171 FAIL createEvent('SVGZOOMEVENT') should be initialized correctly. Cannot read pr
operty 'type' of undefined |
| 172 FAIL SVGZoomEvents should be an alias for SVGZoomEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('SVGZoomEvents') is invalid. | 172 FAIL SVGZoomEvents should be an alias for SVGZoomEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('SVGZoomEvents') is invalid. |
| 173 FAIL createEvent('SVGZoomEvents') should be initialized correctly. Cannot read p
roperty 'type' of undefined | 173 FAIL createEvent('SVGZoomEvents') should be initialized correctly. Cannot read p
roperty 'type' of undefined |
| 174 FAIL svgzoomevents should be an alias for SVGZoomEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('svgzoomevents') is invalid. | 174 FAIL svgzoomevents should be an alias for SVGZoomEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('svgzoomevents') is invalid. |
| 175 FAIL createEvent('svgzoomevents') should be initialized correctly. Cannot read p
roperty 'type' of undefined | 175 FAIL createEvent('svgzoomevents') should be initialized correctly. Cannot read p
roperty 'type' of undefined |
| 176 FAIL SVGZOOMEVENTS should be an alias for SVGZoomEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('SVGZOOMEVENTS') is invalid. | 176 FAIL SVGZOOMEVENTS should be an alias for SVGZoomEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('SVGZOOMEVENTS') is invalid. |
| 177 FAIL createEvent('SVGZOOMEVENTS') should be initialized correctly. Cannot read p
roperty 'type' of undefined | 177 FAIL createEvent('SVGZOOMEVENTS') should be initialized correctly. Cannot read p
roperty 'type' of undefined |
| 178 FAIL TextEvent should be an alias for CompositionEvent. assert_true: expected tr
ue got false | 178 FAIL TextEvent should be an alias for CompositionEvent. assert_equals: expected
object "[object CompositionEvent]" but got object "[object TextEvent]" |
| 179 PASS createEvent('TextEvent') should be initialized correctly. | 179 PASS createEvent('TextEvent') should be initialized correctly. |
| 180 FAIL textevent should be an alias for CompositionEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('textevent') is invalid. | 180 FAIL textevent should be an alias for CompositionEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('textevent') is invalid. |
| 181 FAIL createEvent('textevent') should be initialized correctly. Cannot read prope
rty 'type' of undefined | 181 FAIL createEvent('textevent') should be initialized correctly. Cannot read prope
rty 'type' of undefined |
| 182 FAIL TEXTEVENT should be an alias for CompositionEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('TEXTEVENT') is invalid. | 182 FAIL TEXTEVENT should be an alias for CompositionEvent. Failed to execute 'creat
eEvent' on 'Document': The provided event type ('TEXTEVENT') is invalid. |
| 183 FAIL createEvent('TEXTEVENT') should be initialized correctly. Cannot read prope
rty 'type' of undefined | 183 FAIL createEvent('TEXTEVENT') should be initialized correctly. Cannot read prope
rty 'type' of undefined |
| 184 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextE
vents" | 184 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextE
vents" |
| 185 PASS TouchEvent should be an alias for TouchEvent. | 185 PASS TouchEvent should be an alias for TouchEvent. |
| 186 PASS createEvent('TouchEvent') should be initialized correctly. | 186 PASS createEvent('TouchEvent') should be initialized correctly. |
| 187 PASS touchevent should be an alias for TouchEvent. | 187 PASS touchevent should be an alias for TouchEvent. |
| 188 PASS createEvent('touchevent') should be initialized correctly. | 188 PASS createEvent('touchevent') should be initialized correctly. |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 }" did not throw | 350 }" did not throw |
| 351 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitAnimationEvents" | 351 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitAnimationEvents" |
| 352 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi
tionEvent" assert_throws: function "function () { | 352 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi
tionEvent" assert_throws: function "function () { |
| 353 var evt = document.createEvent(eventInterface); | 353 var evt = document.createEvent(eventInterface); |
| 354 }" did not throw | 354 }" did not throw |
| 355 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitTransitionEvents" | 355 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W
ebKitTransitionEvents" |
| 356 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv
ent" | 356 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv
ent" |
| 357 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X
ULCommandEvents" | 357 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X
ULCommandEvents" |
| 358 Harness: the test ran to completion. | 358 Harness: the test ran to completion. |
| 359 | 359 |
| OLD | NEW |