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

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

Issue 30673002: More informative error messages for non-Transferables. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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: 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..a8c4198be59f202fe9eb30f1971c79f077bc9519 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: Second argument is not a sequence type
PASS posting a non-sequence did throw: DataCloneError: An object could not be cloned.
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698