| Index: LayoutTests/fast/events/message-port-clone-expected.txt
|
| diff --git a/LayoutTests/fast/events/message-port-clone-expected.txt b/LayoutTests/fast/events/message-port-clone-expected.txt
|
| index f8e3aa54422393a57c725a3b01fddb7d31b3df24..ebf6ea3570bcef4f9b25919cbd9aaec07fbba361 100644
|
| --- a/LayoutTests/fast/events/message-port-clone-expected.txt
|
| +++ b/LayoutTests/fast/events/message-port-clone-expected.txt
|
| @@ -9,7 +9,7 @@ PASS channel2.port1.postMessage('msg', [channel.port2]) threw exception DataClon
|
| Posting a neutered ArrayBuffer should throw.
|
| PASS channel.port1.postMessage(arrayBuffer, []) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An ArrayBuffer is neutered and could not be cloned..
|
| Posting a neutered ArrayBufferView should throw.
|
| -PASS channel.port1.postMessage('msg', [uint16Array]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Value at index 0 does not have a transferable type..
|
| +PASS channel.port1.postMessage('msg', [uint16Array]) threw exception TypeError: Failed to execute 'postMessage' on 'MessagePort': Value at index 0 does not have a transferable type..
|
| PASS channel.port1.postMessage(uint16Array, []) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An ArrayBuffer is neutered and could not be cloned..
|
| PASS channel.port1.postMessage('msg', [channel2.port1]) threw exception DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Port at index 0 is already neutered..
|
| PASS testEvent.ports.length is 1
|
|
|