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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: 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
(Empty)
1 CONSOLE ERROR: line 60: Uncaught Error
2 This is a testharness.js-based test.
3 PASS Calling dispatchEvent(null).
4 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (AnimationEvent).
5 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (BeforeUnloadEvent).
6 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (CloseEvent).
7 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).
9 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).
11 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (DragEvent).
12 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (ErrorEvent).
13 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (Event).
14 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (Events).
15 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (FocusEvent).
16 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (HashChangeEvent).
17 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (HTMLEvents).
18 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (IDBVersionChangeEvent).
19 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (KeyboardEvent).
20 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (MessageEvent).
21 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (MouseEvent).
22 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (MouseEvents).
23 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (PageTransitionEvent).
24 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (PopStateEvent).
25 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (ProgressEvent).
26 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (StorageEvent).
27 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (SVGEvents).
28 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TextEvent).
29 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TouchEvent).
30 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TrackEvent).
31 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TransitionEvent).
32 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).
34 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).
36 PASS If the event's dispatch flag is set, an InvalidStateError must be thrown.
37 PASS Exceptions from event listeners must not be propagated.
38 PASS Event listeners added during dispatch should be called
39 PASS Event listeners should be called in order of addition
40 Harness: the test ran to completion.
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698