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

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

Issue 38063003: Improve TypeError messages from failed array conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve TypeError messages from failed array conversions. Created 7 years, 2 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
(Empty)
1 Checks that initMessageEvent() is working
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS newEvent.initMessageEvent("message", true, true, "ff", "*", 43, window, {x: 1}); threw exception TypeError: 8th argument is neither an array, nor does it ha ve indexed properties..
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] }
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/init-message-event.html ('k') | Source/bindings/scripts/code_generator_v8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698