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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-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/create-objectstore-basics-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt b/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt
index 02368201c41d77d2c82905a8505fff1078216f21..be08b83e3aeebacded2e21dcb2a5e8b9111f96d1 100644
--- a/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt
@@ -26,6 +26,7 @@ PASS event.target.transaction.mode is "versionchange"
Expecting exception from objectStore = db.createObjectStore(info.name, info.options)
PASS Exception was thrown.
PASS code is DOMException.INVALID_ACCESS_ERR
+Exception message: The autoIncrement option was set but the keyPath option was empty or an array.
objectStore = db.createObjectStore(info.name, info.options);
PASS objectStore.name is info.name
PASS objectStore.indexNames.length is 0

Powered by Google App Engine
This is Rietveld 408576698