| Index: LayoutTests/storage/indexeddb/deleted-objects-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/deleted-objects-expected.txt b/LayoutTests/storage/indexeddb/deleted-objects-expected.txt
|
| index 329dadcbd057b087242bfec6171c7cc72934c29f..2a35a6a2bdc8c2fcb9493ae1724689ee44fa3eb4 100644
|
| --- a/LayoutTests/storage/indexeddb/deleted-objects-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/deleted-objects-expected.txt
|
| @@ -214,6 +214,16 @@ PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| Exception message: Failed to execute 'getAll' on 'IDBIndex': The index or its object store has been deleted.
|
| +Expecting exception from deletedIndex.getAllKeys(0)
|
| +PASS Exception was thrown.
|
| +PASS code is DOMException.INVALID_STATE_ERR
|
| +PASS ename is 'InvalidStateError'
|
| +Exception message: Failed to execute 'getAllKeys' on 'IDBIndex': The index or its object store has been deleted.
|
| +Expecting exception from deletedIndex.getAllKeys(IDBKeyRange.only(0))
|
| +PASS Exception was thrown.
|
| +PASS code is DOMException.INVALID_STATE_ERR
|
| +PASS ename is 'InvalidStateError'
|
| +Exception message: Failed to execute 'getAllKeys' on 'IDBIndex': The index or its object store has been deleted.
|
| Expecting exception from deletedIndex.getKey(0)
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| @@ -305,6 +315,16 @@ PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| Exception message: Failed to execute 'get' on 'IDBIndex': The index or its object store has been deleted.
|
| +Expecting exception from indexOfDeletedStore.getAllKeys(0)
|
| +PASS Exception was thrown.
|
| +PASS code is DOMException.INVALID_STATE_ERR
|
| +PASS ename is 'InvalidStateError'
|
| +Exception message: Failed to execute 'getAllKeys' on 'IDBIndex': The index or its object store has been deleted.
|
| +Expecting exception from indexOfDeletedStore.getAllKeys(IDBKeyRange.only(0))
|
| +PASS Exception was thrown.
|
| +PASS code is DOMException.INVALID_STATE_ERR
|
| +PASS ename is 'InvalidStateError'
|
| +Exception message: Failed to execute 'getAllKeys' on 'IDBIndex': The index or its object store has been deleted.
|
| Expecting exception from indexOfDeletedStore.getKey(0)
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
|
|