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." |