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 e7a60da1bab83f24617a2136a90cfeb1c646d061..af2ee2b4eb92c8d98bc26ec175517d671a5de85f 100644 |
--- a/LayoutTests/storage/indexeddb/database-close-expected.txt |
+++ b/LayoutTests/storage/indexeddb/database-close-expected.txt |
@@ -32,7 +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. |
+Exception message: Failed to execute 'transaction' on 'IDBDatabase': 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. |