| Index: LayoutTests/fast/workers/worker-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/workers/worker-constructor-expected.txt b/LayoutTests/fast/workers/worker-constructor-expected.txt
|
| index bb7b7d20d2ea081898f70ef291edf7f836f721f5..c4a34540febfeee0fcabff9137e92ce974b1d5ea 100644
|
| --- a/LayoutTests/fast/workers/worker-constructor-expected.txt
|
| +++ b/LayoutTests/fast/workers/worker-constructor-expected.txt
|
| @@ -4,7 +4,7 @@ PASS: toString exception propagated correctly.
|
| PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
|
| PASS: invoking Worker constructor without arguments resulted in an exception (TypeError: Failed to execute 'Constructor' on 'Worker': 1 argument required, but only 0 present.)
|
| PASS: onerror invoked for an empty script URL, resolving to this HTML document's URL.
|
| -PASS: invoking Worker constructor with invalid script URL resulted in an exception (SyntaxError: Failed to create a worker: 'http://invalid:123$' is not a valid URL.)
|
| +PASS: invoking Worker constructor with invalid script URL resulted in an exception (SyntaxError: Failed to construct 'Worker': 'http://invalid:123$' is not a valid URL.)
|
| PASS: onerror invoked for a script that could not be loaded.
|
| PASS: Successfully created worker.
|
| DONE
|
|
|