| Index: LayoutTests/fast/events/message-port-multi-expected.txt
|
| diff --git a/LayoutTests/fast/events/message-port-multi-expected.txt b/LayoutTests/fast/events/message-port-multi-expected.txt
|
| index 6cc2ff60d7bbe83b3ef54fa5f86e32e5c321db0d..258755d3a8d931e953ddb036a472b710df88355b 100644
|
| --- a/LayoutTests/fast/events/message-port-multi-expected.txt
|
| +++ b/LayoutTests/fast/events/message-port-multi-expected.txt
|
| @@ -9,6 +9,7 @@ PASS channel.port1.postMessage("notAPort", [channel3.port1, {}, channel3.port2])
|
| PASS channel.port1.postMessage("duplicate port", [channel3.port1, channel3.port1]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Message port at index 1 is a duplicate of an earlier port..
|
| PASS channel.port1.postMessage("notAnArray", channel3.port1) threw exception TypeError: Failed to execute 'postMessage' on 'MessagePort': The 2nd argument is neither an array, nor does it have indexed properties..
|
| PASS channel.port1.postMessage("notASequence", [{length: 3}]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Value at index 0 does not have a transferable type..
|
| +PASS channel.port1.postMessage("duplicate buffer", [arrayBuffer, arrayBuffer]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': ArrayBuffer at index 1 is a duplicate of an earlier ArrayBuffer..
|
| PASS channel.port1.postMessage("largeSequence", largePortArray) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Value at index 0 is an untransferable 'undefined' value..
|
| PASS successfullyParsed is true
|
|
|
|
|