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

Unified Diff: LayoutTests/storage/indexeddb/intversion-close-in-upgradeneeded-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/intversion-close-in-upgradeneeded-expected.txt
diff --git a/LayoutTests/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt b/LayoutTests/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt
index 50d964d855033a6a3a569ed7c6835aae07540693..755f1f34ef3e5737ab32c6a007aae9cee0a4addd 100644
--- a/LayoutTests/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt
+++ b/LayoutTests/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt
@@ -32,6 +32,7 @@ Expecting exception from db.transaction('os')
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
+Exception message: The database connection is closing.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698