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 e9eabb12cecd6c3998328a8f8e69a9f9a8c66e22..70baf5b36a4a0f5d019178701af00ffb205d02bf 100644 |
--- a/LayoutTests/storage/indexeddb/database-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/database-basics-expected.txt |
@@ -13,6 +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. |
PASS db.version is 1 |
PASS db.name is "database-basics.html" |
PASS db.objectStoreNames is [] |
@@ -52,6 +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. |
Call twice, make sure it's harmless |
db.close() |
PASS successfullyParsed is true |