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

Side by Side 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 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: The 8th argument is neither an array, nor does i t have indexed properties.. 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..
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
« 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