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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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 336 tests; 238 PASS, 98 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS AnimationEvent should be an alias for AnimationEvent. 3 PASS AnimationEvent should be an alias for AnimationEvent.
3 PASS createEvent('AnimationEvent') should be initialized correctly. 4 PASS createEvent('AnimationEvent') should be initialized correctly.
4 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.
5 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
6 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.
7 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
8 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"
9 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. 10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent.
10 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq uals: type should be initialized to the empty string expected "" but got "before unload" 11 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq uals: type should be initialized to the empty string expected "" but got "before unload"
11 FAIL beforeunloadevent should be an alias for BeforeUnloadEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('beforeunloadevent') is invalid. 12 FAIL beforeunloadevent should be an alias for BeforeUnloadEvent. Failed to execu te 'createEvent' on 'Document': The provided event type ('beforeunloadevent') is invalid.
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 }" did not throw 341 }" did not throw
341 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 342 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
342 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 343 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
343 var evt = document.createEvent(eventInterface); 344 var evt = document.createEvent(eventInterface);
344 }" did not throw 345 }" did not throw
345 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 346 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
346 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 347 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
347 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 348 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
348 Harness: the test ran to completion. 349 Harness: the test ran to completion.
349 350
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698