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 60281edb9eeb2342c1d631d506a16207a1762727..e7a60da1bab83f24617a2136a90cfeb1c646d061 100644 |
--- a/LayoutTests/storage/indexeddb/database-close-expected.txt |
+++ b/LayoutTests/storage/indexeddb/database-close-expected.txt |
@@ -32,6 +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. |
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. |