| 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 2a35a6a2bdc8c2fcb9493ae1724689ee44fa3eb4..765e7e2de1f2a010fe2f9ef7ee551bc4263a04ba 100644
|
| --- a/LayoutTests/storage/indexeddb/deleted-objects-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/deleted-objects-expected.txt
|
| @@ -53,6 +53,16 @@ PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
| PASS ename is 'InvalidStateError'
|
| Exception message: Failed to execute 'getAll' on 'IDBObjectStore': The object store has been deleted.
|
| +Expecting exception from deletedStore.getAllKeys(0)
|
| +PASS Exception was thrown.
|
| +PASS code is DOMException.INVALID_STATE_ERR
|
| +PASS ename is 'InvalidStateError'
|
| +Exception message: Failed to execute 'getAllKeys' on 'IDBObjectStore': The object store has been deleted.
|
| +Expecting exception from deletedStore.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 'IDBObjectStore': The object store has been deleted.
|
| Expecting exception from deletedStore.clear()
|
| PASS Exception was thrown.
|
| PASS code is DOMException.INVALID_STATE_ERR
|
|
|