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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt

Issue 2517813002: Enable V8BasedStructuredClone by default. (Closed)
Patch Set: . Created 4 years, 1 month 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/events/message-port-multi-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt b/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt
index 981a7d95eedb01a7e93c062651fdf3fe41abf420..22883fa3c1fbbc4e8b270ccd2ee9a0bc971cd718 100644
--- a/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt
@@ -19,10 +19,10 @@ PASS event.ports is non-null and zero length when no port sent
PASS event.ports is non-null and zero length when empty array sent
PASS event.ports contains two ports when two ports sent
PASS event.ports contains two ports when two ports re-sent after error
-PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned.
-PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned.
-PASS Sending Function object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned.
-PASS Sending Error object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': An object could not be cloned.
+PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': MessageChannel object could not be cloned.
+PASS Sending host object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Navigator object could not be cloned.
+PASS Sending Function object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': function () {} could not be cloned.
+PASS Sending Error object has thrown DataCloneError: Failed to execute 'postMessage' on 'MessagePort': Error could not be cloned.
PASS send-port: transferred one port
PASS send-port-twice: transferred one port twice
PASS send-two-ports: transferred two ports

Powered by Google App Engine
This is Rietveld 408576698