| 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 2fdf1545383b50fc0cb676096d8180cf7a0f0932..80fe1f8d90a2ae02b1912a8660a4dc0689568b6c 100644
|
| --- a/LayoutTests/fast/events/message-port-multi-expected.txt
|
| +++ b/LayoutTests/fast/events/message-port-multi-expected.txt
|
| @@ -10,6 +10,9 @@ PASS channel.port1.postMessage("duplicate port", [channel3.port1, channel3.port1
|
| 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: An object could not be cloned..
|
| PASS channel.port1.postMessage("largeSequence", largePortArray) threw exception DataCloneError: An object could not be cloned..
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| 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
|
| PASS event.ports contains two ports when two ports sent
|
|
|