| Index: third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| index 722eba571f15f09fac410a03c76a73d87834b60d..7791a2f788137de9c10cd788339faf313d37467a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port-expected.txt
|
| @@ -12,7 +12,7 @@ PASS event.ports contains two ports when two ports sent
|
| PASS posting a null port did throw: TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': Value at index 1 is an untransferable 'null' value.
|
| PASS posting a non-port did throw: TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': Value at index 1 does not have a transferable type.
|
| PASS event.ports contains two ports when two ports re-sent after error
|
| -PASS posting a non-array did throw: TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties.
|
| +PASS posting a non-array did throw: TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': Iterator getter is not callable.
|
| PASS posting a non-sequence did throw: TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': Value at index 0 does not have a transferable type.
|
|
|
| TEST COMPLETE
|
|
|