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 |