| Index: LayoutTests/fast/eventsource/eventsource-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt b/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt
|
| index 68366897a600a8534c3269011c742f58aadfb866..46b4835325cc0676e68af6a1708e56a48cd5e7c8 100644
|
| --- a/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt
|
| +++ b/LayoutTests/fast/eventsource/eventsource-constructor-expected.txt
|
| @@ -1,8 +1,8 @@
|
| Test EventSource constructor functionality. Should print a series of PASS messages followed by DONE.
|
|
|
| PASS: missing argument to EventSource constructor resulted in an exception (TypeError: Not enough arguments)
|
| -PASS: passing an empty string to the EventSource constructor resulted in an exception (Error: SyntaxError: DOM Exception 12)
|
| -PASS: passing an invalid URL to the EventSource constructor resulted in an exception (Error: SyntaxError: DOM Exception 12)
|
| +PASS: passing an empty string to the EventSource constructor resulted in an exception (SyntaxError: An invalid or illegal string was specified.)
|
| +PASS: passing an invalid URL to the EventSource constructor resulted in an exception (SyntaxError: An invalid or illegal string was specified.)
|
| PASS: no exception when passing a second argument to the EventSource constructor
|
| DONE
|
|
|
|
|