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 40ff0b369c05a9167dc938d2f365176a1e20e8f5..e40461a2e6e20b0c8d019bc3b05a4386cfa89c37 100644 |
--- a/LayoutTests/fast/workers/worker-constructor-expected.txt |
+++ b/LayoutTests/fast/workers/worker-constructor-expected.txt |
@@ -3,8 +3,8 @@ Test Worker constructor functionality. Should print a series of PASS messages, f |
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: Not enough arguments) |
-PASS: invoking Worker constructor with empty script URL resulted in an exception (Error: SyntaxError: DOM Exception 12) |
-PASS: invoking Worker constructor with invalid script URL resulted in an exception (Error: SyntaxError: DOM Exception 12) |
+PASS: invoking Worker constructor with empty script URL resulted in an exception (SyntaxError: An invalid or illegal string was specified.) |
+PASS: invoking Worker constructor with invalid script URL resulted in an exception (SyntaxError: An invalid or illegal string was specified.) |
PASS: onerror invoked for a script that could not be loaded. |
PASS: Successfully created worker. |
DONE |