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

Side by Side Diff: LayoutTests/fast/eventsource/eventsource-constructor-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
OLDNEW
1 Test EventSource constructor functionality. Should print a series of PASS messag es followed by DONE. 1 Test EventSource constructor functionality. Should print a series of PASS messag es followed by DONE.
2 2
3 PASS: missing argument to EventSource constructor resulted in an exception (Type Error: Not enough arguments) 3 PASS: missing argument to EventSource constructor resulted in an exception (Type Error: Not enough arguments)
4 PASS: passing an empty string to the EventSource constructor resulted in an exce ption (Error: SyntaxError: DOM Exception 12) 4 PASS: passing an empty string to the EventSource constructor resulted in an exce ption (SyntaxError: An invalid or illegal string was specified.)
5 PASS: passing an invalid URL to the EventSource constructor resulted in an excep tion (Error: SyntaxError: DOM Exception 12) 5 PASS: passing an invalid URL to the EventSource constructor resulted in an excep tion (SyntaxError: An invalid or illegal string was specified.)
6 PASS: no exception when passing a second argument to the EventSource constructor 6 PASS: no exception when passing a second argument to the EventSource constructor
7 DONE 7 DONE
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698