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

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

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test expectations 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents" 266 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents"
267 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" assert_throws: function "function () { 267 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" assert_throws: function "function () {
268 var evt = document.createEvent(even..." did not throw 268 var evt = document.createEvent(even..." did not throw
269 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents" 269 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents"
270 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent" assert_throws: function "function () { 270 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent" assert_throws: function "function () {
271 var evt = document.createEvent(even..." did not throw 271 var evt = document.createEvent(even..." did not throw
272 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents" 272 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents"
273 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent " assert_throws: function "function () { 273 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent " assert_throws: function "function () {
274 var evt = document.createEvent(even..." did not throw 274 var evt = document.createEvent(even..." did not throw
275 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents" 275 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents"
276 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent" assert_throws: function "function () { 276 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent"
277 var evt = document.createEvent(even..." did not throw
278 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents" 277 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents"
279 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent " assert_throws: function "function () { 278 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent " assert_throws: function "function () {
280 var evt = document.createEvent(even..." did not throw 279 var evt = document.createEvent(even..." did not throw
281 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents" 280 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents"
282 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" 281 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent"
283 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents" 282 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents"
284 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent" assert_throws: function "function () { 283 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent" assert_throws: function "function () {
285 var evt = document.createEvent(even..." did not throw 284 var evt = document.createEvent(even..." did not throw
286 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents" 285 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents"
287 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent" assert_throws: function "function () { 286 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent" assert_throws: function "function () {
(...skipping 95 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