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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-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/dom/Window/window-postmessage-clone-really-deep-array-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt
index 8083abe1bccf8417fb643719284b488f1a00f4f4..11e9ba04a455c529bd8bfc69e79af07e4fb58570 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt
@@ -1,5 +1,5 @@
Tests that we abort cloning overdeep arrays.
-PASS: 'postMessage(reallyDeepArray)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': Value being cloned is either cyclic or too deeply nested.
+PASS: 'postMessage(reallyDeepArray)' threw RangeError: Maximum call stack size exceeded
PASS: eventData is done of type string

Powered by Google App Engine
This is Rietveld 408576698