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

Unified Diff: LayoutTests/fast/events/init-message-event-expected.txt

Issue 555133003: Use ExceptionState to throw exceptions when converting arrays (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 3 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: LayoutTests/fast/events/init-message-event-expected.txt
diff --git a/LayoutTests/fast/events/init-message-event-expected.txt b/LayoutTests/fast/events/init-message-event-expected.txt
index afe30b3c9d09f4a343ecbdb753aa95398d2a42df..b55adb381bac76a45bad248fceffa72db0f6d021 100644
--- a/LayoutTests/fast/events/init-message-event-expected.txt
+++ b/LayoutTests/fast/events/init-message-event-expected.txt
@@ -3,7 +3,7 @@ Checks that initMessageEvent() is working
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, {x:1}); threw exception TypeError: The 8th argument is neither an array, nor does it have indexed properties..
+PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, {x:1}); threw exception TypeError: Failed to execute 'initMessageEvent' on 'MessageEvent': The 8th argument is neither an array, nor does it have indexed properties..
PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, null) did not throw exception.
PASS [object MessageEvent] is an instance of function MessageEvent() { [native code] }
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/events/init-message-event.html ('k') | LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698