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 |