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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/events/EventTarget-dispatchEvent-expected.txt

Issue 2658093003: Suppress console messages for all testharness tests. (Closed)
Patch Set: rebaseline-cl Created 3 years, 10 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 ERROR: line 60: Uncaught Error
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS Calling dispatchEvent(null). 2 PASS Calling dispatchEvent(null).
4 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (AnimationEvent). 3 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (AnimationEvent).
5 FAIL If the event's initialized flag is not set, an InvalidStateError must be th rown (BeforeUnloadEvent). assert_equals: Event type should be empty string befor e initialization expected "" but got "beforeunload" 4 FAIL If the event's initialized flag is not set, an InvalidStateError must be th rown (BeforeUnloadEvent). assert_equals: Event type should be empty string befor e initialization expected "" but got "beforeunload"
6 FAIL If the event's initialized flag is not set, an InvalidStateError must be th rown (CloseEvent). assert_equals: Event type should be empty string before initi alization expected "" but got "close" 5 FAIL If the event's initialized flag is not set, an InvalidStateError must be th rown (CloseEvent). assert_equals: Event type should be empty string before initi alization expected "" but got "close"
7 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (CompositionEvent). 6 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (CompositionEvent).
8 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (CustomEvent). 7 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (CustomEvent).
9 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (DeviceMotionEvent). 8 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (DeviceMotionEvent).
10 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (DeviceOrientationEvent). 9 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (DeviceOrientationEvent).
11 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (DragEvent). 10 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (DragEvent).
(...skipping 20 matching lines...) Expand all
32 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (UIEvent). 31 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (UIEvent).
33 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (UIEvents). 32 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (UIEvents).
34 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (WebGLContextEvent). 33 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (WebGLContextEvent).
35 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (WheelEvent). 34 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (WheelEvent).
36 PASS If the event's dispatch flag is set, an InvalidStateError must be thrown. 35 PASS If the event's dispatch flag is set, an InvalidStateError must be thrown.
37 PASS Exceptions from event listeners must not be propagated. 36 PASS Exceptions from event listeners must not be propagated.
38 PASS Event listeners added during dispatch should be called 37 PASS Event listeners added during dispatch should be called
39 PASS Event listeners should be called in order of addition 38 PASS Event listeners should be called in order of addition
40 Harness: the test ran to completion. 39 Harness: the test ran to completion.
41 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698