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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Checks that initMessageEvent() is working 1 Checks that initMessageEvent() is working
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, {x: 1}); threw exception TypeError: Failed to execute 'initMessageEvent' on 'Message Event': The 8th argument is neither an array, nor does it have indexed propertie s.. 6 PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, {x: 1}); threw exception TypeError: Failed to execute 'initMessageEvent' on 'Message Event': Iterator getter is not callable..
7 PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, nul l) did not throw exception. 7 PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, nul l) did not throw exception.
8 PASS [object MessageEvent] is an instance of function MessageEvent() { [native c ode] } 8 PASS [object MessageEvent] is an instance of function MessageEvent() { [native c ode] }
9 PASS successfullyParsed is true 9 PASS successfullyParsed is true
10 10
11 TEST COMPLETE 11 TEST COMPLETE
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698