| 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 f49249df58ad08f9733a40f8e9656f4bea6e18d9..379a19e949f11c62e2c81d78519f5c750e7107b4 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: Failed to execute 'openKeyCursor' on 'IDBObjectStore': parameter 2 ('invalid-direction') is not a valid enum value.
|
| +PASS objectStore.openKeyCursor(0, 'invalid-direction') threw TypeError: Failed to execute 'openKeyCursor' on 'IDBObjectStore': The provided value 'invalid-direction' is not a valid enum value.
|
|
|
| objectStore.add('', testData[nextToAdd])
|
| objectStore.add('', testData[nextToAdd])
|
|
|