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

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

Issue 1958543002: requestAutocomplete: remove from web platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document-createEvent-expected.txt Created 4 years, 7 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: '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: 'SVGZoomEvent' is deprecated and will be removed in M52, 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments 232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
233 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent" assert_throws: function "function () { 233 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent" assert_throws: function "function () {
234 var evt = document.createEvent(even..." did not throw 234 var evt = document.createEvent(even..." did not throw
235 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents" 235 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents"
236 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent" assert_throws: function "function () { 236 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent" assert_throws: function "function () {
237 var evt = document.createEvent(even..." did not throw 237 var evt = document.createEvent(even..." did not throw
238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents" 238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents"
239 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent" assert_throws: function "function () { 239 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent" assert_throws: function "function () {
240 var evt = document.createEvent(even..." did not throw 240 var evt = document.createEvent(even..." did not throw
241 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents" 241 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents"
242 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent" assert_throws: function "function () { 242 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent"
243 var evt = document.createEvent(even..." did not throw
244 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents" 243 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents"
245 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" assert_throws: function "function () { 244 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" assert_throws: function "function () {
246 var evt = document.createEvent(even..." did not throw 245 var evt = document.createEvent(even..." did not throw
247 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents" 246 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents"
248 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" a ssert_throws: function "function () { 247 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" a ssert_throws: function "function () {
249 var evt = document.createEvent(even..." did not throw 248 var evt = document.createEvent(even..." did not throw
250 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents" 249 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents"
251 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt" assert_throws: function "function () { 250 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt" assert_throws: function "function () {
252 var evt = document.createEvent(even..." did not throw 251 var evt = document.createEvent(even..." did not throw
253 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents" 252 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents"
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () { 382 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () {
384 var evt = document.createEvent(even..." did not throw 383 var evt = document.createEvent(even..." did not throw
385 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 384 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
386 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 385 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
387 var evt = document.createEvent(even..." did not throw 386 var evt = document.createEvent(even..." did not throw
388 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 387 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
389 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 388 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
390 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 389 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
391 Harness: the test ran to completion. 390 Harness: the test ran to completion.
392 391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698