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

Unified Diff: LayoutTests/storage/indexeddb/version-change-exclusive-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/version-change-exclusive-expected.txt
diff --git a/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt b/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt
index 4644a2280c6b303c4348b4f5703721e93de92c9c..cf8605dff05d8f36005e6f24050c3402acd8f2c3 100644
--- a/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt
+++ b/LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt
@@ -18,6 +18,7 @@ Expecting exception from db.transaction('test-store')
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
+Exception message: A version change transaction is running.
store.put(0, 0)
in put's onsuccess
store.put(1, 1)

Powered by Google App Engine
This is Rietveld 408576698