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

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

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 years, 5 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 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. 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.
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent" 338 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent"
339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents" 339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents"
340 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent" assert_throws: function "function () { 340 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent" assert_throws: function "function () {
341 var evt = document.createEvent(eventInterface); 341 var evt = document.createEvent(eventInterface);
342 }" did not throw 342 }" did not throw
343 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents" 343 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents"
344 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent" 344 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent"
345 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents" 345 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents"
346 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on" 346 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on"
347 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions" 347 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions"
348 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent "
349 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ointerEvents"
350 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent" 348 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent"
351 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents" 349 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents"
352 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent" assert_throws: function "function () { 350 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent" assert_throws: function "function () {
353 var evt = document.createEvent(eventInterface); 351 var evt = document.createEvent(eventInterface);
354 }" did not throw 352 }" did not throw
355 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents" 353 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents"
356 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent" assert_throws: function "function () { 354 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent" assert_throws: function "function () {
357 var evt = document.createEvent(eventInterface); 355 var evt = document.createEvent(eventInterface);
358 }" did not throw 356 }" did not throw
359 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents" 357 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 }" did not throw 421 }" did not throw
424 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 422 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
425 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 423 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
426 var evt = document.createEvent(eventInterface); 424 var evt = document.createEvent(eventInterface);
427 }" did not throw 425 }" did not throw
428 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 426 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
429 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 427 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
430 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 428 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
431 Harness: the test ran to completion. 429 Harness: the test ran to completion.
432 430
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698