[idbdatabase_deleteObjectStore.any.worker.html]
[Deleted object store's name should be removed from database's list. Attempting to use a deleted IDBObjectStore should throw an InvalidStateError]
expected: FAIL
[Attempting to access an index that was deleted as part of object store deletion and then recreated using the same object store name should throw a NotFoundError]
expected: FAIL
[idbdatabase_deleteObjectStore.any.html]
[Deleted object store's name should be removed from database's list. Attempting to use a deleted IDBObjectStore should throw an InvalidStateError]
expected: FAIL
[Attempting to access an index that was deleted as part of object store deletion and then recreated using the same object store name should throw a NotFoundError]
expected: FAIL
[idbdatabase_deleteObjectStore.any.serviceworker.html]
expected: ERROR
[idbdatabase_deleteObjectStore.any.sharedworker.html]
expected: ERROR