Index: LayoutTests/storage/indexeddb/database-basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/database-basics-expected.txt b/LayoutTests/storage/indexeddb/database-basics-expected.txt |
index 70baf5b36a4a0f5d019178701af00ffb205d02bf..b74f1d7d6c6a586bda8628b201fc7ab444bedd94 100644 |
--- a/LayoutTests/storage/indexeddb/database-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/database-basics-expected.txt |
@@ -13,7 +13,7 @@ Expecting exception from db.transaction("doesntExist") |
PASS Exception was thrown. |
PASS code is DOMException.INVALID_STATE_ERR |
PASS ename is 'InvalidStateError' |
-Exception message: A version change transaction is running. |
+Exception message: Failed to execute 'transaction' on 'IDBDatabase': A version change transaction is running. |
PASS db.version is 1 |
PASS db.name is "database-basics.html" |
PASS db.objectStoreNames is [] |
@@ -53,7 +53,7 @@ Expecting exception from db.transaction('test123') |
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. |
Call twice, make sure it's harmless |
db.close() |
PASS successfullyParsed is true |