Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt

Issue 2341333002: Import wpt@1f2080f9ffa00ad27eb764b83fbc10960a95d6aa (Closed)
Patch Set: update win expectations Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 FAIL createEvent('WEBGLCONTEXTEVENT') should be initialized correctly. Cannot re ad property 'type' of undefined 223 FAIL createEvent('WEBGLCONTEXTEVENT') should be initialized correctly. Cannot re ad property 'type' of undefined
224 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "WebGL ContextEvents" 224 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "WebGL ContextEvents"
225 PASS WheelEvent should be an alias for WheelEvent. 225 PASS WheelEvent should be an alias for WheelEvent.
226 PASS createEvent('WheelEvent') should be initialized correctly. 226 PASS createEvent('WheelEvent') should be initialized correctly.
227 FAIL wheelevent should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('wheelevent') is invalid. 227 FAIL wheelevent should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('wheelevent') is invalid.
228 FAIL createEvent('wheelevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 228 FAIL createEvent('wheelevent') should be initialized correctly. Cannot read prop erty 'type' of undefined
229 FAIL WHEELEVENT should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('WHEELEVENT') is invalid. 229 FAIL WHEELEVENT should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('WHEELEVENT') is invalid.
230 FAIL createEvent('WHEELEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 230 FAIL createEvent('WHEELEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined
231 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Wheel Events" 231 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Wheel Events"
232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments 232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
233 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent"
234 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents"
235 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent" 233 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent"
236 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents" 234 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents"
237 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent" 235 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent"
238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents" 236 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents"
239 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent" 237 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent"
240 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents" 238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents"
241 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" 239 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent"
242 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents" 240 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents"
243 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" 241 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent"
244 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents" 242 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents"
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 }" did not throw 346 }" did not throw
349 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 347 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
350 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 348 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
351 var evt = document.createEvent(eventInterface); 349 var evt = document.createEvent(eventInterface);
352 }" did not throw 350 }" did not throw
353 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 351 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
354 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 352 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
355 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 353 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
356 Harness: the test ran to completion. 354 Harness: the test ran to completion.
357 355
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698