| Index: third_party/WebKit/LayoutTests/fast/workers/worker-multi-port-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port-expected.txt b/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port-expected.txt
|
| index 31f84f3505c3ece34326b2fe3fa3d87fe103c688..07f9a80b12905754b6a861d1ea2f3a95098f3f0d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/workers/worker-multi-port-expected.txt
|
| @@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| PASS worker.postMessage() threw exception TypeError: Failed to execute 'postMessage' on 'Worker': 1 argument required, but only 0 present..
|
| PASS worker.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': Value at index 1 is an untransferable 'null' value..
|
| PASS worker.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': Value at index 1 does not have a transferable type..
|
| -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("notAnArray", channel3.port1) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': Iterator getter is not callable..
|
| PASS worker.postMessage("notASequence", [{length: 3}]) threw exception TypeError: Failed to execute 'postMessage' on 'Worker': Value at index 0 does not have a transferable type..
|
| PASS successfullyParsed is true
|
|
|
|
|