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