| Index: LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| diff --git a/LayoutTests/fast/workers/worker-context-multi-port-expected.txt b/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| index 548d5ea4f1a5a5aeddef6fd5d1e3a517eedc24c4..4e44702c0abb9f26b3d8a41817c578d5a068c37a 100644
|
| --- a/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| +++ b/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| @@ -9,7 +9,7 @@ PASS event.ports contains two ports when two ports sent
|
| PASS posting a null port did throw: DataCloneError: An object could not be cloned.
|
| PASS posting a non-port did throw: DataCloneError: An object could not be cloned.
|
| PASS event.ports contains two ports when two ports re-sent after error
|
| -PASS posting a non-array did throw: TypeError: Type error
|
| +PASS posting a non-array did throw: TypeError: Failed to execute 'postMessage' on 'WorkerGlobalScope': Second argument is not an array type, nor has indexed properties.
|
| PASS posting a non-sequence did throw: DataCloneError: An object could not be cloned.
|
|
|
| TEST COMPLETE
|
|
|