Index: LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt b/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt |
index b35e92d840992e676fa9c4035a43fd621c630bd8..295b0717a2327a8c8b57d35c002c1c3a7ce6ab90 100644 |
--- a/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt |
+++ b/LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt |
@@ -16,13 +16,13 @@ Expecting exception from transaction.objectStore('no-such-store') |
PASS Exception was thrown. |
PASS code is DOMException.NOT_FOUND_ERR |
PASS ename is 'NotFoundError' |
-Exception message: The specified object store was not found. |
+Exception message: Failed to execute 'objectStore' on 'IDBTransaction': The specified object store was not found. |
Expecting exception from store.index('no-such-index') |
PASS Exception was thrown. |
PASS code is DOMException.NOT_FOUND_ERR |
PASS ename is 'NotFoundError' |
-Exception message: The specified index was not found. |
+Exception message: Failed to execute 'index' on 'IDBObjectStore': The specified index was not found. |
PASS successfullyParsed is true |
TEST COMPLETE |