Index: LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt b/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt |
index 2913933fac64fed497fc8fea92882f0d7ee60d68..f85ec1564e2f5d3b14fd8fdfefab81b8f5fa711e 100644 |
--- a/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt |
+++ b/LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt |
@@ -27,7 +27,7 @@ Expecting exception from transaction = db.transaction('os', 'readwrite') |
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 |