Index: LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt b/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt |
index 45bb268781d60d1a7974006c4cd0354eaef3783e..1ec54618ab1fe8ae384b70e9543a8c70eb30b517 100644 |
--- a/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt |
+++ b/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt |
@@ -14,7 +14,7 @@ Expecting exception from objectStore.deleteIndex('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 'deleteIndex' on 'IDBObjectStore': The specified index was not found. |
Now requesting object2 |
now we wait. |
deleteIndexAfterGet() |
@@ -22,12 +22,12 @@ Expecting exception from objectStore.deleteIndex('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 'deleteIndex' on 'IDBObjectStore': The specified index was not found. |
Expecting exception from objectStore.deleteIndex('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 'deleteIndex' on 'IDBObjectStore': The specified index was not found. |
PASS successfullyParsed is true |
TEST COMPLETE |