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

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

Issue 19107003: IndexedDB: Log exception messages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/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 83a6a5ab2b12963282a5d91644b8e66b6a6a3956..d375b6ebee6d9c12e6d8a9e692a0e9e9fded1af5 100644
--- a/LayoutTests/storage/indexeddb/structured-clone-expected.txt
+++ b/LayoutTests/storage/indexeddb/structured-clone-expected.txt
@@ -783,20 +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.
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.
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.
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.
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.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698