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

Unified Diff: LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt

Issue 114363002: Structured cloning: improve DataCloneError reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/dom/Window/window-postmessage-clone-really-deep-array-expected.txt
diff --git a/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt b/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt
index 5e650e8d818d10d2aa7ffb99eb03645b9f8e6bec..67f03a8b3aefeeeeb487f7fa030b808db10bfec7 100644
--- a/LayoutTests/fast/dom/Window/window-postmessage-clone-really-deep-array-expected.txt
+++ b/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: An object could not be cloned.
+PASS: 'postMessage(reallyDeepArray)' threw DataCloneError: Failed to execute 'postMessage' on 'Window': An object could not be cloned.
PASS: eventData is done of type string

Powered by Google App Engine
This is Rietveld 408576698