OLD | NEW |
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 |
OLD | NEW |