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

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

Issue 2400923003: Import more tests of web-platform-tests. (Closed)
Patch Set: Skip html/infrastructure/urls/terminology-0/document-base-url.html Created 4 years, 2 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 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"
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 FAIL If the event's initialized flag is not set, an InvalidStateError must be th rown (PopStateEvent). assert_equals: Event type should be empty string before in itialization expected "" but got "popstate"
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 FAIL If the event's initialized flag is not set, an InvalidStateError must be th rown (SVGZoomEvent). Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZoomEvent') is invalid.
29 FAIL If the event's initialized flag is not set, an InvalidStateError must be th rown (SVGZoomEvents). Failed to execute 'createEvent' on 'Document': The provide d event type ('SVGZoomEvents') is invalid.
30 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TextEvent).
31 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TouchEvent).
32 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TrackEvent).
33 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (TransitionEvent).
34 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (UIEvent).
35 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (UIEvents).
36 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (WebGLContextEvent).
37 PASS If the event's initialized flag is not set, an InvalidStateError must be th rown (WheelEvent).
38 PASS If the event's dispatch flag is set, an InvalidStateError must be thrown.
39 PASS Exceptions from event listeners must not be propagated.
40 PASS Event listeners added during dispatch should be called
41 PASS Event listeners should be called in order of addition
42 Harness: the test ran to completion.
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698