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

Unified Diff: LayoutTests/storage/indexeddb/database-close-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/database-close-expected.txt
diff --git a/LayoutTests/storage/indexeddb/database-close-expected.txt b/LayoutTests/storage/indexeddb/database-close-expected.txt
index 60281edb9eeb2342c1d631d506a16207a1762727..e7a60da1bab83f24617a2136a90cfeb1c646d061 100644
--- a/LayoutTests/storage/indexeddb/database-close-expected.txt
+++ b/LayoutTests/storage/indexeddb/database-close-expected.txt
@@ -32,6 +32,7 @@ Expecting exception from trans3 = connection.transaction('store')
PASS Exception was thrown.
PASS code is DOMException.INVALID_STATE_ERR
PASS ename is 'InvalidStateError'
+Exception message: The database connection is closing.
NOTE: Once the connection is closed, this can unblock the steps for deleting a database, which waits for connections to a given database to be closed before continuing.

Powered by Google App Engine
This is Rietveld 408576698