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

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

Issue 2821863002: Remove non-standard document.createEvent('WebKitAnimationEvent'). (Closed)
Patch Set: . Created 3 years, 8 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 Found 331 tests; 305 PASS, 26 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 331 tests; 306 PASS, 25 FAIL, 0 TIMEOUT, 0 NOTRUN.
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 PASS animationevent should be an alias for AnimationEvent. 5 PASS animationevent should be an alias for AnimationEvent.
6 PASS createEvent('animationevent') should be initialized correctly. 6 PASS createEvent('animationevent') should be initialized correctly.
7 PASS ANIMATIONEVENT should be an alias for AnimationEvent. 7 PASS ANIMATIONEVENT should be an alias for AnimationEvent.
8 PASS createEvent('ANIMATIONEVENT') should be initialized correctly. 8 PASS createEvent('ANIMATIONEVENT') should be initialized correctly.
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.
11 PASS createEvent('BeforeUnloadEvent') should be initialized correctly. 11 PASS createEvent('BeforeUnloadEvent') should be initialized correctly.
12 PASS beforeunloadevent should be an alias for BeforeUnloadEvent. 12 PASS beforeunloadevent should be an alias for BeforeUnloadEvent.
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError" 324 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError"
325 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors" 325 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors"
326 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent" 326 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent"
327 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents" 327 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents"
328 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent" 328 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent"
329 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents" 329 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents"
330 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent" 330 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent"
331 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents" 331 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents"
332 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent" 332 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent"
333 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents" 333 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents"
334 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () { 334 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent"
335 var evt = document.createEvent(eventInterface);
336 }" did not throw
337 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 335 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
338 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 336 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
339 var evt = document.createEvent(eventInterface); 337 var evt = document.createEvent(eventInterface);
340 }" did not throw 338 }" did not throw
341 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
342 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 340 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
343 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 341 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
344 Harness: the test ran to completion. 342 Harness: the test ran to completion.
345 343
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/event-creation.html » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698