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

Unified Diff: LayoutTests/storage/indexeddb/aborted-versionchange-closes-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/aborted-versionchange-closes-expected.txt
diff --git a/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt b/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt
index 5123ae0ac1074820c3751875a7292bad9f03c8f2..dcc7d2bfec497bcefe6e04e2e36b7a13e5be0da5 100644
--- a/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt
+++ b/LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt
@@ -32,7 +32,7 @@ Expecting exception from db.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.
onOpenError():
PASS sawTransactionAbort is true
@@ -41,7 +41,7 @@ Expecting exception from db.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.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/permissionclient/storage-permission-expected.txt ('k') | LayoutTests/storage/indexeddb/basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698