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

Unified Diff: LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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-closepending-flag-expected.txt
diff --git a/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt b/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt
index 2827e3a0ebebba666fb786f4fbe141b940fa18aa..0063724dc99b08eba7fdda7706957fbd92d84b72 100644
--- a/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt
+++ b/LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt
@@ -20,7 +20,7 @@ Expecting exception from 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.
+Exception message: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
"2. Wait for all transactions created using connection to complete. Once they are complete, connection is closed."
transaction.oncomplete = testIDBDatabaseName
@@ -43,7 +43,7 @@ Expecting exception from 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.
+Exception message: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.
"versionchange" transaction steps:
"Fire a versionchange event at each object in openDatabases that is open. The event must not be fired on objects which has the closePending flag set."

Powered by Google App Engine
This is Rietveld 408576698