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 1157b04715a7de8e699b43cce2196cbe2a166111..81532d9302932a2a0a47bb4162d83b4ca7aca500 100644 |
--- a/LayoutTests/fast/workers/worker-multi-port-expected.txt |
+++ b/LayoutTests/fast/workers/worker-multi-port-expected.txt |
@@ -3,10 +3,10 @@ This test checks the various use cases around sending multiple ports through Wor |
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: Failed to execute 'postMessage' on 'Worker': Value at index 1 is an untransferable 'null' value.. |
-PASS worker.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception DataCloneError: Failed to execute 'postMessage' on 'Worker': Value at index 1 does not have a transferable type.. |
+PASS worker.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': Value at index 1 is an untransferable 'null' value.. |
+PASS worker.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': Value at index 1 does not have a transferable type.. |
PASS worker.postMessage("notAnArray", channel3.port1) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': The 2nd argument is neither an array, nor does it have indexed properties.. |
-PASS worker.postMessage("notASequence", [{length: 3}]) threw exception DataCloneError: Failed to execute 'postMessage' on 'Worker': Value at index 0 does not have a transferable type.. |
+PASS worker.postMessage("notASequence", [{length: 3}]) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': Value at index 0 does not have a transferable type.. |
PASS successfullyParsed is true |
TEST COMPLETE |