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

Unified Diff: LayoutTests/storage/indexeddb/object-lookups-in-versionchange-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/object-lookups-in-versionchange-expected.txt
diff --git a/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt b/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt
index 3b31899612eaf02507676f47c05f68a88c30e6b2..b35e92d840992e676fa9c4035a43fd621c630bd8 100644
--- a/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt
+++ b/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt
@@ -16,11 +16,13 @@ Expecting exception from transaction.objectStore('no-such-store')
PASS Exception was thrown.
PASS code is DOMException.NOT_FOUND_ERR
PASS ename is 'NotFoundError'
+Exception message: The specified object store was not found.
Expecting exception from store.index('no-such-index')
PASS Exception was thrown.
PASS code is DOMException.NOT_FOUND_ERR
PASS ename is 'NotFoundError'
+Exception message: The specified index was not found.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698