Chromium Code Reviews| 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. | |
| 2 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 3 PASS AnimationEvent should be an alias for AnimationEvent. | 2 PASS AnimationEvent should be an alias for AnimationEvent. |
| 4 PASS createEvent('AnimationEvent') should be initialized correctly. | 3 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. | 4 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 | 5 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. | 6 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 | 7 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" | 8 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima tionEvents" |
| 10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. | 9 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" | 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 157 FAIL createEvent('storageevent') should be initialized correctly. Cannot read pr operty 'type' of undefined | 156 FAIL createEvent('storageevent') should be initialized correctly. Cannot read pr operty 'type' of undefined |
| 158 FAIL STORAGEEVENT should be an alias for StorageEvent. Failed to execute 'create Event' on 'Document': The provided event type ('STORAGEEVENT') is invalid. | 157 FAIL STORAGEEVENT should be an alias for StorageEvent. Failed to execute 'create Event' on 'Document': The provided event type ('STORAGEEVENT') is invalid. |
| 159 FAIL createEvent('STORAGEEVENT') should be initialized correctly. Cannot read pr operty 'type' of undefined | 158 FAIL createEvent('STORAGEEVENT') should be initialized correctly. Cannot read pr operty 'type' of undefined |
| 160 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Stora geEvents" | 159 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Stora geEvents" |
| 161 PASS SVGEvents should be an alias for Event. | 160 PASS SVGEvents should be an alias for Event. |
| 162 PASS createEvent('SVGEvents') should be initialized correctly. | 161 PASS createEvent('SVGEvents') should be initialized correctly. |
| 163 FAIL svgevents should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('svgevents') is invalid. | 162 FAIL svgevents should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('svgevents') is invalid. |
| 164 FAIL createEvent('svgevents') should be initialized correctly. Cannot read prope rty 'type' of undefined | 163 FAIL createEvent('svgevents') should be initialized correctly. Cannot read prope rty 'type' of undefined |
| 165 FAIL SVGEVENTS should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGEVENTS') is invalid. | 164 FAIL SVGEVENTS should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGEVENTS') is invalid. |
| 166 FAIL createEvent('SVGEVENTS') should be initialized correctly. Cannot read prope rty 'type' of undefined | 165 FAIL createEvent('SVGEVENTS') should be initialized correctly. Cannot read prope rty 'type' of undefined |
| 167 PASS SVGZoomEvent should be an alias for SVGZoomEvent. | 166 FAIL SVGZoomEvent should be an alias for SVGZoomEvent. Failed to execute 'create Event' on 'Document': The provided event type ('SVGZoomEvent') is invalid. |
|
foolip
2016/07/12 09:35:06
https://github.com/w3c/web-platform-tests needs to
Shanmuga Pandi
2016/07/12 13:06:10
Raised bug on that.
https://github.com/w3c/web-pla
foolip
2016/07/12 13:12:10
Do you also plan to work on those tests? Failures
| |
| 168 PASS createEvent('SVGZoomEvent') should be initialized correctly. | 167 FAIL createEvent('SVGZoomEvent') should be initialized correctly. Cannot read pr operty 'type' of undefined |
| 169 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. |
| 170 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 |
| 171 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. |
| 172 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 |
| 173 PASS SVGZoomEvents should be an alias for SVGZoomEvent. | 172 FAIL SVGZoomEvents should be an alias for SVGZoomEvent. Failed to execute 'creat eEvent' on 'Document': The provided event type ('SVGZoomEvents') is invalid. |
| 174 PASS createEvent('SVGZoomEvents') should be initialized correctly. | 173 FAIL createEvent('SVGZoomEvents') should be initialized correctly. Cannot read p roperty 'type' of undefined |
| 175 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. |
| 176 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 |
| 177 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. |
| 178 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 |
| 179 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_true: expected tr ue got false |
| 180 PASS createEvent('TextEvent') should be initialized correctly. | 179 PASS createEvent('TextEvent') should be initialized correctly. |
| 181 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. |
| 182 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 |
| 183 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. |
| 184 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 |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 425 }" did not throw | 424 }" did not throw |
| 426 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" | 425 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" |
| 427 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { | 426 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { |
| 428 var evt = document.createEvent(eventInterface); | 427 var evt = document.createEvent(eventInterface); |
| 429 }" did not throw | 428 }" did not throw |
| 430 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" | 429 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" |
| 431 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" | 430 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" |
| 432 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" | 431 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" |
| 433 Harness: the test ran to completion. | 432 Harness: the test ran to completion. |
| 434 | 433 |
| OLD | NEW |