Index: LayoutTests/fast/workers/worker-multi-port-expected.txt |
diff --git a/LayoutTests/fast/workers/worker-multi-port-expected.txt b/LayoutTests/fast/workers/worker-multi-port-expected.txt |
index 4ea1e282c0f979a80ae9a7e1d6f4ce637cc7f053..af4a64ce79ef855c6e4f13f95ef2391bcd45ca0f 100644 |
--- a/LayoutTests/fast/workers/worker-multi-port-expected.txt |
+++ b/LayoutTests/fast/workers/worker-multi-port-expected.txt |
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS worker.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception DataCloneError: An object could not be cloned.. |
PASS worker.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception DataCloneError: An object could not be cloned.. |
-PASS worker.postMessage("notAnArray", channel3.port1) threw exception TypeError: Type error. |
+PASS worker.postMessage("notAnArray", channel3.port1) threw exception TypeError: Second argument is not a sequence type. |
PASS worker.postMessage("notASequence", [{length: 3}]) threw exception DataCloneError: An object could not be cloned.. |
PASS event.ports is non-null and zero length when no port sent |
PASS event.ports is non-null and zero length when empty array sent |