Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port-expected.txt

Issue 2831943002: bindings: Port bindings/core/v8 away from ToImplArray APIs. (Closed)
Patch Set: Check for exception in SerializedScriptValue Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698