Index: LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt b/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt |
index f7decfb8d9304e3398db188606b9fefe87679bc3..31218c2fe3d335572e7ec76c48b15c144f98822a 100644 |
--- a/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt |
+++ b/LayoutTests/storage/indexeddb/objectstore-keycursor-expected.txt |
@@ -13,7 +13,7 @@ objectStore = db.createObjectStore('someObjectStore') |
Verify that specifying an invalid direction raises an exception: |
Expecting TypeError exception from objectStore.openKeyCursor(0, 'invalid-direction') |
PASS Exception was thrown. |
-PASS objectStore.openKeyCursor(0, 'invalid-direction') threw TypeError: Type error |
+PASS objectStore.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBObjectStore': The direction provided ('invalid-direction') is not one of 'next', 'nextunique', 'prev', or 'prevunique'. |
objectStore.add('', testData[nextToAdd]) |
objectStore.add('', testData[nextToAdd]) |