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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt

Issue 1479063003: Drop [LegacyInterfaceTypeChecking] for EventTarget's dispatchEvent() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 5 years, 1 month 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/fast/dom/Window/dispatchEvent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt
index 890dd7d40b65dddc42a2317df50a46568065b568..c4c97e961f14c8f8fdc8d6243956c6668241e107 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/dispatchEvent-expected.txt
@@ -3,7 +3,7 @@ Test window.dispatchEvent().
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS window.dispatchEvent(event) threw exception InvalidStateError: Failed to execute 'dispatchEvent' on 'EventTarget': The event provided is null..
+PASS window.dispatchEvent(event) threw exception TypeError: Failed to execute 'dispatchEvent' on 'EventTarget': parameter 1 is not of type 'Event'..
PASS window.dispatchEvent(event) threw exception InvalidStateError: Failed to execute 'dispatchEvent' on 'EventTarget': The event provided is uninitialized..
PASS myEventDispatched is true
PASS target is window

Powered by Google App Engine
This is Rietveld 408576698