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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/dom/events/EventTarget-dispatchEvent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/events/EventTarget-dispatchEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/EventTarget-dispatchEvent-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d18a594df620bf5bddc1b1b3d243b9edce43d785
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/events/EventTarget-dispatchEvent-expected.txt
@@ -0,0 +1,43 @@
+CONSOLE ERROR: line 60: Uncaught Error
+This is a testharness.js-based test.
+PASS Calling dispatchEvent(null).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (AnimationEvent).
+FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (BeforeUnloadEvent). assert_equals: Event type should be empty string before initialization expected "" but got "beforeunload"
+FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (CloseEvent). assert_equals: Event type should be empty string before initialization expected "" but got "close"
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (CompositionEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (CustomEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceMotionEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceOrientationEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (DragEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (ErrorEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (Event).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (Events).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (FocusEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (HashChangeEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (HTMLEvents).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (IDBVersionChangeEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (KeyboardEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (MessageEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (MouseEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (MouseEvents).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (PageTransitionEvent).
+FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (PopStateEvent). assert_equals: Event type should be empty string before initialization expected "" but got "popstate"
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (ProgressEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (StorageEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGEvents).
+FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGZoomEvent). Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZoomEvent') is invalid.
+FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGZoomEvents). Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZoomEvents') is invalid.
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (TextEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (TouchEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (TrackEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (TransitionEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (UIEvents).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (WebGLContextEvent).
+PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (WheelEvent).
+PASS If the event's dispatch flag is set, an InvalidStateError must be thrown.
+PASS Exceptions from event listeners must not be propagated.
+PASS Event listeners added during dispatch should be called
+PASS Event listeners should be called in order of addition
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698