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

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

Issue 2822083002: Remove non-standard document.createEvent('WebKitTransitionEvent'). (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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/event-creation.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 331 tests; 306 PASS, 25 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 331 tests; 307 PASS, 24 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" 334 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent"
335 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"
336 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 336 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent"
337 var evt = document.createEvent(eventInterface);
338 }" did not throw
339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 337 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
340 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 338 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
341 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
342 Harness: the test ran to completion. 340 Harness: the test ran to completion.
343 341
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/event-creation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698