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

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

Issue 2831943002: bindings: Port bindings/core/v8 away from ToImplArray APIs. (Closed)
Patch Set: Check for exception in SerializedScriptValue Created 3 years, 8 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/fast/events/init-message-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/init-message-event-expected.txt b/third_party/WebKit/LayoutTests/fast/events/init-message-event-expected.txt
index b55adb381bac76a45bad248fceffa72db0f6d021..befb642524ae7073f5dd47728bab9410f8f6bed8 100644
--- a/third_party/WebKit/LayoutTests/fast/events/init-message-event-expected.txt
+++ b/third_party/WebKit/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: 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, {x:1}); threw exception TypeError: Failed to execute 'initMessageEvent' on 'MessageEvent': Iterator getter is not callable..
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

Powered by Google App Engine
This is Rietveld 408576698