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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-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/mozilla/key-requirements-inline-and-passed-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt b/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt
index 4f85d1343ead53c17f45e8d853a2721767d1e90a..f254f415fecf9e0020f9b7860eb12a1be4c65dbd 100644
--- a/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt
@@ -13,6 +13,7 @@ Expecting exception from objectStore.add({id: 5}, 5);
PASS Exception was thrown.
PASS code is 0
PASS ename is 'DataError'
+Exception message: The object store uses in-line keys and the key parameter was provided.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698