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 727855c38caa7937906d80c95b704a5a49ab9f55..45bb268781d60d1a7974006c4cd0354eaef3783e 100644 |
--- a/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt |
+++ b/LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt |
@@ -14,6 +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. |
Now requesting object2 |
now we wait. |
deleteIndexAfterGet() |
@@ -21,10 +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. |
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. |
PASS successfullyParsed is true |
TEST COMPLETE |