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

Unified Diff: LayoutTests/storage/indexeddb/clone-exception-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/clone-exception-expected.txt
diff --git a/LayoutTests/storage/indexeddb/clone-exception-expected.txt b/LayoutTests/storage/indexeddb/clone-exception-expected.txt
index 9cfe3d5528e079c6978e4ba727008a810e1fd77f..c24ff4137a277b95a9248a6d870ac5e8e04ceef1 100644
--- a/LayoutTests/storage/indexeddb/clone-exception-expected.txt
+++ b/LayoutTests/storage/indexeddb/clone-exception-expected.txt
@@ -13,6 +13,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, 0);
PASS Exception was thrown.
PASS code is 25
PASS ename is 'DataCloneError'
+Exception message: An object could not be cloned.
doSecondOpen():
indexedDB.open(dbname + '2')
@@ -22,6 +23,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, 0);
PASS Exception was thrown.
PASS code is 25
PASS ename is 'DataCloneError'
+Exception message: An object could not be cloned.
doThirdOpen():
indexedDB.open(dbname + '3')
@@ -31,6 +33,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, INVALI
PASS Exception was thrown.
PASS code is 25
PASS ename is 'DataCloneError'
+Exception message: An object could not be cloned.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698