| 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 d20ab4da8aff43a36186c1eb56ee99a0577be51d..915987f48e1fd684e6b989843ccf294efba63ae9 100644
|
| --- a/LayoutTests/fast/workers/worker-multi-port-expected.txt
|
| +++ b/LayoutTests/fast/workers/worker-multi-port-expected.txt
|
| @@ -7,6 +7,9 @@ PASS worker.postMessage("null port", [channel3.port1, null, channel3.port2]) thr
|
| 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: 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: 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
|
|
|