Index: LayoutTests/storage/indexeddb/index-basics-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/index-basics-expected.txt b/LayoutTests/storage/indexeddb/index-basics-expected.txt |
index 569d0558f09d0a26c8ddefd493e50ec4a81f4a2c..7f5e7a6085d2243c92aec08f18b8c75fb686eae8 100644 |
--- a/LayoutTests/storage/indexeddb/index-basics-expected.txt |
+++ b/LayoutTests/storage/indexeddb/index-basics-expected.txt |
@@ -69,7 +69,7 @@ PASS event.target.result is "key2" |
Verify that specifying an invalid direction raises an exception: |
Expecting TypeError exception from indexObject.openKeyCursor(0, 'invalid-direction') |
PASS Exception was thrown. |
-PASS indexObject.openKeyCursor(0, 'invalid-direction') threw TypeError: Type error |
+PASS indexObject.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBIndex': The direction provided ('invalid-direction') is not one of 'next', 'nextunique', 'prev', or 'prevunique'. |
indexObject.openKeyCursor() |
PASS event.target.source is indexObject |
@@ -94,7 +94,7 @@ PASS event.target.result is null |
Verify that specifying an invalid direction raises an exception: |
Expecting TypeError exception from indexObject.openCursor(0, 'invalid-direction') |
PASS Exception was thrown. |
-PASS indexObject.openCursor(0, 'invalid-direction') threw TypeError: Type error |
+PASS indexObject.openCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openCursor' on 'IDBIndex': The direction provided ('invalid-direction') is not one of 'next', 'nextunique', 'prev', or 'prevunique'. |
indexObject.openCursor() |
PASS event.target.source is indexObject |