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

Unified Diff: LayoutTests/storage/indexeddb/structured-clone-expected.txt

Issue 114363002: Structured cloning: improve DataCloneError reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + reset V8TestInterfaceConstructor.cpp result 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/storage/indexeddb/structured-clone-expected.txt
diff --git a/LayoutTests/storage/indexeddb/structured-clone-expected.txt b/LayoutTests/storage/indexeddb/structured-clone-expected.txt
index d375b6ebee6d9c12e6d8a9e692a0e9e9fded1af5..9047515c71af9e76256982aee3c2eb570c7c1b35 100644
--- a/LayoutTests/storage/indexeddb/structured-clone-expected.txt
+++ b/LayoutTests/storage/indexeddb/structured-clone-expected.txt
@@ -783,25 +783,25 @@ Other JavaScript object types:
Expecting exception from store.put(new Error, 'key')
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: An object could not be cloned.
+Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
Expecting exception from store.put(new Function, 'key')
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: An object could not be cloned.
+Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
Other host object types:
Expecting exception from store.put(self, 'key')
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: An object could not be cloned.
+Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
Expecting exception from store.put(document, 'key')
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: An object could not be cloned.
+Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
Expecting exception from store.put(document.body, 'key')
PASS Exception was thrown.
PASS code is DOMException.DATA_CLONE_ERR
-Exception message: An object could not be cloned.
+Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt ('k') | Source/bindings/scripts/code_generator_v8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698