Test files: 244; Total subtests: 595
Test | CH41 | FF36 | IE11 | SF08 |
---|---|---|---|---|
/IndexedDB/abort-in-initial-upgradeneeded.html | OK | OK | TIMEOUT | OK |
Test that an abort in the initial upgradeneeded sets version back to 0 | PASS | PASS | - | FAIL |
/IndexedDB/close-in-upgradeneeded.html | OK | OK | OK | OK |
When db.close is called in upgradeneeded, the db is cleaned up on refresh | PASS | FAIL | FAIL | PASS |
/IndexedDB/cursor-overloads.htm | OK | OK | OK | OK |
Validate the overloads of IDBObjectStore.openCursor(), IDBIndex.openCursor() and IDBIndex.openKeyCursor() | PASS | PASS | PASS | PASS |
/IndexedDB/idb_webworkers.htm | OK | OK | OK | OK |
IndexedDB inside of a WebWorker | PASS | FAIL | PASS | FAIL |
/IndexedDB/idbcursor-advance-continue-async.htm | OK | OK | OK | OK |
IDBCursor asyncness - advance | PASS | PASS | FAIL | PASS |
IDBCursor asyncness - continue | PASS | PASS | FAIL | PASS |
IDBCursor asyncness - fresh advance still async | PASS | PASS | FAIL | PASS |
IDBCursor asyncness - fresh continue still async | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor-advance-invalid.htm | OK | OK | OK | OK |
IDBCursor.advance() - invalid - attempt to call advance twice | PASS | PASS | FAIL | PASS |
IDBCursor.advance() - invalid - pass something other than number | PASS | PASS | FAIL | PASS |
IDBCursor.advance() - invalid - pass null/undefined | PASS | PASS | FAIL | PASS |
IDBCursor.advance() - invalid - missing argument | PASS | PASS | FAIL | PASS |
IDBCursor.advance() - invalid - pass negative numbers | PASS | PASS | FAIL | PASS |
IDBCursor.advance() - invalid - got value not set on exception | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor-advance.htm | OK | OK | OK | OK |
IDBCursor.advance() - advances | PASS | PASS | FAIL | FAIL |
IDBCursor.advance() - advances backwards | PASS | PASS | FAIL | FAIL |
IDBCursor.advance() - skip far forward | PASS | PASS | FAIL | FAIL |
IDBCursor.advance() - within range | PASS | PASS | FAIL | PASS |
IDBCursor.advance() - within single key range | PASS | PASS | FAIL | PASS |
IDBCursor.advance() - within single key range, with several results | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor-continue.htm | OK | OK | OK | OK |
IDBCursor.continue() - continues | PASS | PASS | FAIL | PASS |
IDBCursor.continue() - with given key | PASS | PASS | FAIL | PASS |
IDBCursor.continue() - skip far forward | PASS | PASS | FAIL | PASS |
IDBCursor.continue() - within range | PASS | PASS | FAIL | PASS |
IDBCursor.continue() - within single key range | PASS | PASS | FAIL | PASS |
IDBCursor.continue() - within single key range, with several results | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor-direction-index-keyrange.htm | OK | OK | OK | OK |
IDBCursor direction - index with keyrange - next | PASS | PASS | PASS | PASS |
IDBCursor direction - index with keyrange - prev | PASS | PASS | PASS | PASS |
IDBCursor direction - index with keyrange - nextunique | PASS | PASS | PASS | PASS |
IDBCursor direction - index with keyrange - prevunique | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor-direction-index.htm | OK | OK | ERROR | ERROR |
IDBCursor direction - index - next | PASS | PASS | NOTRUN | NOTRUN |
IDBCursor direction - index - prev | PASS | PASS | NOTRUN | NOTRUN |
IDBCursor direction - index - nextunique | PASS | PASS | NOTRUN | NOTRUN |
IDBCursor direction - index - prevunique | PASS | PASS | NOTRUN | NOTRUN |
/IndexedDB/idbcursor-direction-objectstore-keyrange.htm | OK | OK | ERROR | OK |
IDBCursor direction - object store with keyrange - next | PASS | PASS | FAIL | PASS |
IDBCursor direction - object store with keyrange - prev | PASS | PASS | FAIL | PASS |
IDBCursor direction - object store with keyrange - nextunique | PASS | PASS | FAIL | PASS |
IDBCursor direction - object store with keyrange - prevunique | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor-direction-objectstore.htm | OK | OK | ERROR | ERROR |
IDBCursor direction - object store - next | PASS | PASS | NOTRUN | NOTRUN |
IDBCursor direction - object store - prev | PASS | PASS | NOTRUN | NOTRUN |
IDBCursor direction - object store - nextunique | PASS | PASS | NOTRUN | NOTRUN |
IDBCursor direction - object store - prevunique | PASS | PASS | NOTRUN | NOTRUN |
/IndexedDB/idbcursor-direction.htm | OK | OK | OK | OK |
IDBCursor.direction - undefined | PASS | PASS | FAIL | FAIL |
IDBCursor.direction - next | PASS | PASS | FAIL | FAIL |
IDBCursor.direction - prev | PASS | PASS | FAIL | FAIL |
IDBCursor.direction - nextunique | PASS | PASS | FAIL | FAIL |
IDBCursor.direction - prevunique | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor-key.htm | OK | OK | OK | OK |
IDBCursor.key - 1 | PASS | PASS | PASS | PASS |
IDBCursor.key - key | PASS | PASS | PASS | PASS |
IDBCursor.key - my,key | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor-primarykey.htm | OK | OK | OK | OK |
IDBCursor.primaryKey - 1 | PASS | PASS | FAIL | PASS |
IDBCursor.primaryKey - key | PASS | PASS | FAIL | PASS |
IDBCursor.primaryKey - my,key | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor-reused.htm | OK | OK | OK | OK |
IDBCursor is reused | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor-source.htm | OK | OK | OK | OK |
IDBCursor.source - IDBObjectStore | PASS | PASS | PASS | PASS |
IDBCursor.source - IDBIndex | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor_advance_index.htm | OK | OK | OK | OK |
IDBCursor.advance() - index - iterate cursor number of times specified by count | PASS | FAIL | PASS | PASS |
/IndexedDB/idbcursor_advance_index2.htm | OK | OK | OK | OK |
IDBCursor.advance() - attempt to pass a count parameter that is not a number | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor_advance_index3.htm | OK | OK | OK | OK |
IDBCursor.advance() - index - attempt to advance backwards | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_advance_index5.htm | OK | OK | OK | OK |
IDBCursor.advance() - index - iterate to the next record | PASS | PASS | PASS | FAIL |
/IndexedDB/idbcursor_advance_index6.htm | OK | OK | OK | OK |
IDBCursor.advance() - index - throw TypeError | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor_advance_index7.htm | OK | OK | OK | OK |
IDBCursor.advance() - index - throw TransactionInactiveError | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_advance_index8.htm | OK | OK | OK | OK |
IDBCursor.advance() - index - throw InvalidStateError | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_advance_index9.htm | OK | OK | OK | OK |
IDBCursor.advance() - index - throw InvalidStateError caused by object store been deleted | PASS | FAIL | PASS | FAIL |
/IndexedDB/idbcursor_advance_objectstore.htm | OK | OK | OK | OK |
IDBCursor.advance() - object store - iterate cursor number of times specified by count | PASS | FAIL | PASS | PASS |
/IndexedDB/idbcursor_advance_objectstore2.htm | OK | OK | OK | OK |
IDBCursor.advance() - object store - throw TypeError | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor_advance_objectstore3.htm | OK | OK | OK | OK |
IDBCursor.advance() - object store - throw TransactionInactiveError | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_advance_objectstore4.htm | OK | OK | OK | OK |
IDBCursor.advance() - object store - throw InvalidStateError | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_advance_objectstore5.htm | OK | OK | OK | OK |
IDBCursor.advance() - object store - throw InvalidStateError caused by object store been deleted | PASS | FAIL | PASS | FAIL |
/IndexedDB/idbcursor_continue_index.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - iterate to the next record | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_continue_index2.htm | OK | OK | OK | TIMEOUT |
IDBCursor.continue() - index - attempt to pass a key parameter that is not a valid key | PASS | PASS | PASS | - |
/IndexedDB/idbcursor_continue_index3.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - attempt to iterate to the previous record when the direction is set for the next record | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_continue_index4.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - attempt to iterate to the next record when the direction is set for the previous record | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_continue_index5.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - iterate using 'prevunique' | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_continue_index6.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - iterate using nextunique | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_continue_index7.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - throw TransactionInactiveError | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_continue_index8.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - throw InvalidStateError caused by object store been deleted | PASS | FAIL | PASS | FAIL |
/IndexedDB/idbcursor_continue_invalid.htm | OK | OK | OK | OK |
IDBCursor.continue() - attempt to call continue two times | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_continue_objectstore.htm | OK | OK | OK | OK |
IDBCursor.continue() - object store - iterate to the next record | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_continue_objectstore2.htm | OK | OK | OK | OK |
IDBCursor.continue() - object store - attempt to pass a key parameter is not a valid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_continue_objectstore3.htm | OK | OK | OK | OK |
IDBCursor.continue() - object store - attempt to iterate to the previous record when the direction is set for the next record | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_continue_objectstore4.htm | OK | OK | OK | OK |
IDBCursor.continue() - object store - attempt to iterate to the next record when the direction is set for the previous record | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_continue_objectstore5.htm | OK | OK | OK | OK |
IDBCursor.continue() - object store - throw TransactionInactiveError | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_continue_objectstore6.htm | OK | OK | OK | OK |
IDBCursor.continue() - object store - throw InvalidStateError caused by object store been deleted | PASS | FAIL | PASS | FAIL |
/IndexedDB/idbcursor_delete_index.htm | OK | OK | OK | OK |
IDBCursor.delete() - index - remove a record from the object store | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_delete_index2.htm | OK | OK | OK | OK |
IDBCursor.delete() - index - attempt to remove a record in a read-only transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_delete_index3.htm | OK | OK | OK | OK |
IDBCursor.delete() - index - attempt to remove a record in an inactive transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_delete_index4.htm | OK | OK | OK | OK |
IDBCursor.delete() - index - throw InvalidStateError caused by object store been deleted | PASS | FAIL | PASS | FAIL |
/IndexedDB/idbcursor_delete_index5.htm | OK | OK | OK | OK |
IDBCursor.delete() - index - throw InvalidStateError when the cursor is being iterated | PASS | FAIL | FAIL | PASS |
/IndexedDB/idbcursor_delete_objectstore.htm | OK | OK | OK | OK |
IDBCursor.delete() - object store - remove a record from the object store | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_delete_objectstore2.htm | OK | OK | OK | OK |
IDBCursor.delete() - object store - attempt to remove a record in a read-only transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_delete_objectstore3.htm | OK | OK | OK | OK |
IDBCursor.delete() - index - attempt to remove a record in an inactive transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_delete_objectstore4.htm | OK | OK | OK | OK |
IDBCursor.delete() - object store - throw InvalidStateError caused by object store been deleted | PASS | FAIL | PASS | FAIL |
/IndexedDB/idbcursor_delete_objectstore5.htm | OK | OK | OK | OK |
IDBCursor.delete() - object store - throw InvalidStateError when the cursor is being iterated | PASS | FAIL | FAIL | PASS |
/IndexedDB/idbcursor_iterating.htm | OK | OK | OK | OK |
IDBCursor.continue() - objectstore - delete next element, and iterate to it | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_iterating_index.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - delete next element, and iterate to it | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_iterating_index2.htm | OK | OK | OK | OK |
IDBCursor.continue() - index - add next element, and iterate to it | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbcursor_iterating_objectstore.htm | OK | OK | OK | OK |
IDBCursor.continue() - objectstore - delete next element, and iterate to it | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_iterating_objectstore2.htm | OK | OK | OK | OK |
IDBCursor.continue() - objectstore - add next element, and iterate to it | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_index.htm | OK | OK | OK | OK |
IDBCursor.update() - index - modify a record in the object store | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_index2.htm | OK | OK | OK | OK |
IDBCursor.update() - index - attempt to modify a record in a read-only transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_index3.htm | OK | OK | OK | OK |
IDBCursor.update() - index - attempt to modify a record in an inactive transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_index4.htm | OK | OK | OK | OK |
IDBCursor.update() - index - attempt to modify a record when object store been deleted | PASS | FAIL | PASS | PASS |
/IndexedDB/idbcursor_update_index5.htm | OK | OK | OK | OK |
IDBCursor.update() - index - throw DataCloneError | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor_update_index6.htm | OK | OK | OK | OK |
IDBCursor.update() - index - no argument | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_index7.htm | OK | OK | OK | OK |
IDBCursor.update() - index - throw DataError | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor_update_objectstore.htm | OK | OK | OK | OK |
IDBCursor.update() - objectstore - modify a record in the object store | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_objectstore2.htm | OK | OK | OK | OK |
IDBCursor.update() - object store - attempt to modify a record in a read-only transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_objectstore3.htm | OK | OK | OK | OK |
IDBCursor.update() - object store - attempt to modify a record in an inactive transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_objectstore4.htm | OK | OK | OK | OK |
IDBCursor.update() - index - modify a record in the object store | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_objectstore5.htm | OK | OK | OK | OK |
IDBCursor.update() - object store - attempt to modify a record when object store been deleted | PASS | FAIL | PASS | PASS |
/IndexedDB/idbcursor_update_objectstore6.htm | OK | OK | OK | OK |
IDBCursor.update() - object store - throw DataCloneError | PASS | PASS | FAIL | PASS |
/IndexedDB/idbcursor_update_objectstore7.htm | OK | OK | OK | OK |
IDBCursor.update() - object store - no argument | PASS | PASS | PASS | PASS |
/IndexedDB/idbcursor_update_objectstore8.htm | OK | OK | OK | OK |
IDBCursor.update() - object store - throw DataError | PASS | PASS | FAIL | PASS |
/IndexedDB/idbdatabase_close.htm | OK | OK | OK | OK |
IDBDatabase.close() - unblock the version change transaction created by an open database request | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbdatabase_close2.htm | OK | OK | OK | OK |
IDBDatabase.close() - unblock the delete database request | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbdatabase_createObjectStore-createIndex-emptyname.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() and IDBObjectStore.createIndex() - both with empty name | PASS | PASS | FAIL | PASS |
/IndexedDB/idbdatabase_createObjectStore.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - returns an instance of IDBObjectStore | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore10-emptyname.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - empty name | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore11.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - Attampt Create Exsists Object Store With Difference keyPath throw ConstraintError | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore2.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - object store 'name' and 'keyPath' properties are correctly set | PASS | PASS | FAIL | PASS |
/IndexedDB/idbdatabase_createObjectStore3.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - attempt to create an object store outside of a version change transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore4.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - attempt to create an object store that already exists | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore5.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - object store's name appears in database's list | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore6.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - attempt to create an object store with an invalid key path | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore7.htm | OK | OK | OK | OK |
IDBDatabase.createObjectStore() - create an object store with an unknown optional parameter | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore8-parameters.htm | OK | OK | OK | OK |
IDBObjectStoreParameters - autoInc true | PASS | PASS | PASS | PASS |
IDBObjectStoreParameters - autoInc true, keyPath null | PASS | PASS | FAIL | PASS |
IDBObjectStoreParameters - autoInc true, keyPath undefined | PASS | PASS | FAIL | PASS |
IDBObjectStoreParameters - autoInc true, keyPath string | PASS | PASS | PASS | PASS |
IDBObjectStoreParameters - autoInc false, keyPath empty | PASS | PASS | FAIL | PASS |
IDBObjectStoreParameters - autoInc false, keyPath array | PASS | PASS | PASS | PASS |
IDBObjectStoreParameters - autoInc false, keyPath string | PASS | PASS | PASS | PASS |
IDBObjectStoreParameters - keyPath empty | PASS | PASS | FAIL | PASS |
IDBObjectStoreParameters - keyPath array | PASS | PASS | PASS | PASS |
IDBObjectStoreParameters - keyPath string | PASS | PASS | PASS | PASS |
IDBObjectStoreParameters - keyPath null | PASS | PASS | FAIL | PASS |
IDBObjectStoreParameters - keyPath undefined | PASS | PASS | FAIL | PASS |
/IndexedDB/idbdatabase_createObjectStore9-invalidparameters.htm | OK | OK | OK | OK |
createObjectStore: Invalid optionalParameters - autoInc and empty keyPath | PASS | PASS | PASS | PASS |
createObjectStore: Invalid optionalParameters - autoInc and keyPath array | PASS | PASS | PASS | PASS |
createObjectStore: Invalid optionalParameters - autoInc and keyPath array 2 | PASS | PASS | FAIL | PASS |
createObjectStore: Invalid optionalParameters - autoInc and keyPath object | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_deleteObjectStore.htm | OK | OK | OK | OK |
IDBDatabase.deleteObjectStore() - object store's name is removed from database's list | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_deleteObjectStore2.htm | OK | OK | OK | OK |
IDBDatabase.deleteObjectStore() - attempt to remove an object store outside of a version change transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_deleteObjectStore3.htm | OK | OK | OK | OK |
IDBDatabase.deleteObjectStore() - attempt to remove an object store that does not exist | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_deleteObjectStore4-not_reused.htm | OK | OK | OK | OK |
IDBDatabase.deleteObjectStore() - the object store is not reused | PASS | PASS | PASS | FAIL |
/IndexedDB/idbdatabase_transaction.htm | OK | OK | OK | OK |
IDBDatabase.transaction() - attempt to open a transaction with invalid scope | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_transaction2.htm | OK | OK | OK | OK |
IDBDatabase.transaction() - opening a transaction defaults to a read-only mode | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_transaction3.htm | OK | OK | OK | OK |
IDBDatabase.transaction() - attempt to open a transaction from closed database connection | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_transaction4.htm | OK | OK | OK | OK |
IDBDatabase.transaction() - attempt to open a transaction with invalid mode | PASS | PASS | FAIL | PASS |
/IndexedDB/idbdatabase_transaction5.htm | OK | OK | OK | OK |
IDBDatabase.transaction() - If storeNames is an empty list, the implementation must throw a DOMException of type InvalidAccessError | PASS | PASS | PASS | FAIL |
/IndexedDB/idbfactory_cmp.htm | OK | OK | OK | OK |
IDBFactory.cmp() | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_cmp2.htm | OK | OK | OK | OK |
IDBFactory.cmp() - no argument | PASS | PASS | PASS | PASS |
IDBFactory.cmp() - null | PASS | PASS | FAIL | PASS |
IDBFactory.cmp() - NaN | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_deleteDatabase.htm | OK | OK | OK | OK |
IDBFactory.deleteDatabase() - request has no source | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_deleteDatabase2.htm | OK | OK | OK | OK |
IDBFactory.deleteDatabase() - result of the request is set to undefined | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_deleteDatabase3.htm | OK | OK | OK | OK |
IDBFactory.deleteDatabase() - success event | PASS | PASS | FAIL | FAIL |
/IndexedDB/idbfactory_deleteDatabase4.htm | OK | OK | OK | OK |
Delete an existing database | PASS | PASS | PASS | PASS |
Delete a nonexistant database | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open.htm | OK | OK | OK | OK |
IDBFactory.open() - request has no source | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open10.htm | OK | ERROR | OK | OK |
IDBFactory.open() - error in upgradeneeded resets db | PASS | PASS | PASS | FAIL |
/IndexedDB/idbfactory_open11.htm | OK | OK | OK | OK |
IDBFactory.open() - second open's transaction is available to get objectStores | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open12.htm | OK | OK | OK | TIMEOUT |
IDBFactory.open() - upgradeneeded gets VersionChangeEvent | PASS | PASS | PASS | FAIL |
IDBFactory.open() - upgradeneeded gets VersionChangeEvent - second upgrade | PASS | PASS | FAIL | NOTRUN |
/IndexedDB/idbfactory_open2.htm | OK | OK | OK | OK |
IDBFactory.open() - database 'name' and 'version' are correctly set | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open3.htm | OK | OK | OK | OK |
IDBFactory.open() - no version opens current database | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open4.htm | OK | OK | OK | OK |
IDBFactory.open() - new database has default version | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open5.htm | OK | OK | OK | OK |
IDBFactory.open() - new database is empty | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open6.htm | OK | OK | OK | OK |
IDBFactory.open() - open database with a lower version than current | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open7.htm | OK | OK | OK | OK |
IDBFactory.open() - open database with a higher version than current | PASS | PASS | PASS | PASS |
/IndexedDB/idbfactory_open8.htm | OK | OK | TIMEOUT | OK |
IDBFactory.open() - error in version change transaction aborts open | PASS | PASS | - | PASS |
/IndexedDB/idbfactory_open9.htm | OK | OK | OK | OK |
Calling open() with version argument -1 should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument -0.5 should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument 0 should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument 0.5 should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument 0.8 should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument 9007199254740992 should throw TypeError. | PASS | FAIL | FAIL | PASS |
Calling open() with version argument NaN should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument Infinity should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument -Infinity should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument "foo" should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument undefined should throw TypeError. | PASS | FAIL | FAIL | PASS |
Calling open() with version argument null should throw TypeError. | PASS | FAIL | FAIL | PASS |
Calling open() with version argument false should throw TypeError. | PASS | PASS | FAIL | PASS |
Calling open() with version argument object should throw TypeError. | PASS | FAIL | FAIL | PASS |
Calling open() with version argument object (second) should throw TypeError. | PASS | FAIL | FAIL | PASS |
Calling open() with version argument object (third) should throw TypeError. | PASS | FAIL | FAIL | PASS |
Calling open() with version argument 1.5 should not throw. | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex-multientry-arraykeypath.htm | OK | OK | OK | OK |
IDBIndex.multiEntry: array keyPath with multiEntry | PASS | PASS | FAIL | PASS |
/IndexedDB/idbindex-multientry-big.htm | OK | OK | OK | TIMEOUT |
Adding one item with 1000 multiEntry keys | PASS | PASS | PASS | PASS |
Getting the one item by 1000 indeced keys | PASS | PASS | FAIL | TIMEOUT |
/IndexedDB/idbindex-multientry.htm | OK | OK | OK | OK |
IDBIndex.multiEntry - adding keys | PASS | PASS | FAIL | PASS |
/IndexedDB/idbindex_count.htm | OK | OK | OK | OK |
IDBIndex.count() - returns the number of records in the index | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_count2.htm | OK | OK | OK | OK |
IDBIndex.count() - returns the number of records that have keys within the range | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_count3.htm | OK | OK | OK | OK |
IDBIndex.count() - returns the number of records that have keys with the key | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_count4.htm | OK | OK | OK | OK |
IDBIndex.count() - throw DataError when using invalid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_get.htm | OK | OK | OK | OK |
IDBIndex.get() - returns the record | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_get2.htm | OK | OK | OK | OK |
IDBIndex.get() - returns the record where the index contains duplicate values | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_get3.htm | OK | OK | OK | OK |
IDBIndex.get() - attempt to retrieve a record that doesn't exist | PASS | PASS | PASS | FAIL |
/IndexedDB/idbindex_get4.htm | OK | OK | OK | OK |
IDBIndex.get() - returns the record with the first key in the range | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_get5.htm | OK | OK | OK | OK |
IDBIndex.get() - throw DataError when using invalid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_get6.htm | OK | OK | OK | OK |
IDBIndex.get() - throw InvalidStateError when the index is deleted | PASS | FAIL | PASS | PASS |
/IndexedDB/idbindex_get7.htm | OK | OK | OK | OK |
IDBIndex.get() - throw TransactionInactiveError on aborted transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_getKey.htm | OK | OK | OK | OK |
IDBIndex.getKey() - returns the record's primary key | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_getKey2.htm | OK | OK | OK | OK |
IDBIndex.getKey() - returns the record's primary key where the index contains duplicate values | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_getKey3.htm | OK | OK | OK | OK |
IDBIndex.getKey() - attempt to retrieve the primary key of a record that doesn't exist | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_getKey4.htm | OK | OK | OK | OK |
IDBIndex.getKey() - returns the key of the first record within the range | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_getKey5.htm | OK | OK | OK | OK |
IDBIndex.getKey() - throw DataError when using invalid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_getKey6.htm | OK | OK | OK | OK |
IDBIndex.getKey() - throw InvalidStateError when the index is deleted | PASS | FAIL | PASS | PASS |
/IndexedDB/idbindex_getKey7.htm | OK | OK | OK | OK |
IDBIndex.getKey() - throw TransactionInactiveError on aborted transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_indexNames.htm | OK | OK | OK | OK |
IDBIndex.getKey() - returns the record's primary key | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_openCursor.htm | OK | OK | OK | OK |
IDBIndex.openCursor() - throw InvalidStateError when the index is deleted | PASS | FAIL | PASS | PASS |
/IndexedDB/idbindex_openCursor2.htm | OK | OK | OK | OK |
IDBIndex.openCursor() - throw TransactionInactiveError on aborted transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_openKeyCursor.htm | OK | OK | OK | OK |
IDBIndex.openKeyCursor() - throw DataError when using a invalid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbindex_openKeyCursor2.htm | OK | OK | OK | OK |
IDBIndex.openKeyCursor() - throw InvalidStateError when the index is deleted | PASS | FAIL | PASS | PASS |
/IndexedDB/idbindex_openKeyCursor3.htm | OK | OK | OK | OK |
IDBIndex.openKeyCursor() - throw TransactionInactiveError on aborted transaction | PASS | PASS | PASS | PASS |
/IndexedDB/idbkeyrange.htm | OK | OK | OK | OK |
IDBKeyRange.only() - returns an IDBKeyRange and the properties are set correctly | PASS | PASS | PASS | PASS |
IDBKeyRange.lowerBound() - returns an IDBKeyRange and the properties are set correctly | PASS | PASS | PASS | PASS |
IDBKeyRange.lowerBound() - 'open' parameter has correct default set | PASS | PASS | PASS | PASS |
IDBKeyRange.upperBound() - returns an IDBKeyRange and the properties are set correctly | PASS | PASS | PASS | PASS |
IDBKeyRange.upperBound() - 'open' parameter has correct default set | PASS | PASS | PASS | PASS |
IDBKeyRange.bound() - returns an IDBKeyRange and the properties are set correctly | PASS | PASS | PASS | PASS |
IDBKeyRange.bound() - 'lowerOpen' and 'upperOpen' parameters have correct defaults set | PASS | PASS | PASS | PASS |
/IndexedDB/idbkeyrange_incorrect.htm | OK | OK | OK | OK |
IDBKeyRange.bound() - bound requires more than 0 arguments. | PASS | PASS | PASS | PASS |
IDBKeyRange.bound(null, null) - null parameters are incorrect. | PASS | PASS | FAIL | PASS |
IDBKeyRange.bound(1, null / null, 1) - null parameter is incorrect. | PASS | PASS | FAIL | PASS |
IDBKeyRange.bound(lower, upper / lower > upper) - 'lower' is greater than 'upper'. | PASS | PASS | PASS | PASS |
IDBKeyRange.bound(DOMString/Date/Array, 1) - A DOMString, Date and Array are greater than a float. | PASS | PASS | PASS | PASS |
IDBKeyRange.bound(noExistingVariable, 1 / goodVariable, noExistingVariable) - noExistingVariable is not defined. | PASS | PASS | PASS | PASS |
IDBKeyRange.bound(true, 1) - boolean is not a valid key type. | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add.htm | OK | OK | OK | OK |
IDBObjectStore.add() - add with an inline key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add10.htm | OK | OK | OK | OK |
IDBObjectStore.add() - Attempt to call 'add' without an key parameter when the object store uses out-of-line keys | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add11.htm | OK | OK | OK | OK |
IDBObjectStore.add() - Attempt to add a record where the record's key does not meet the constraints of a valid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add12.htm | OK | OK | OK | OK |
IDBObjectStore.add() - Attempt to add a record where the record's in-line key is not defined | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add13.htm | OK | OK | OK | OK |
IDBObjectStore.add() - Attempt to add a record where the out of line key provided does not meet the constraints of a valid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add14.htm | OK | OK | OK | OK |
IDBObjectStore.add() - Add a record where a value being indexed does not meet the constraints of a valid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add15.htm | OK | OK | OK | OK |
IDBObjectStore.add() - If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add16.htm | OK | OK | OK | OK |
IDBObjectStore.add() - If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError | PASS | FAIL | PASS | PASS |
/IndexedDB/idbobjectstore_add2.htm | OK | OK | OK | OK |
IDBObjectStore.add() - add with an out-of-line key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add3.htm | OK | OK | OK | OK |
IDBObjectStore.add() - record with same key already exists | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add4.htm | OK | OK | OK | OK |
IDBObjectStore.add() - add where an index has unique:true specified | PASS | PASS | PASS | FAIL |
/IndexedDB/idbobjectstore_add5.htm | OK | OK | OK | OK |
IDBObjectStore.add() - object store's key path is an object attribute | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add6.htm | OK | OK | OK | OK |
IDBObjectStore.add() - autoIncrement and inline keys | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add7.htm | OK | OK | OK | OK |
IDBObjectStore.add() - autoIncrement and out-of-line keys | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add8.htm | OK | OK | OK | OK |
IDBObjectStore.add() - object store has autoIncrement:true and the key path is an object attribute | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_add9.htm | OK | OK | OK | OK |
IDBObjectStore.add() - Attempt to add a record that does not meet the constraints of an object store's inline key requirements | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_clear.htm | OK | OK | OK | OK |
IDBObjectStore.clear() - Verify clear removes all records | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_clear2.htm | OK | OK | OK | OK |
IDBObjectStore.clear() - clear removes all records from an index | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_clear3.htm | OK | OK | OK | OK |
IDBObjectStore.clear() - If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_clear4.htm | OK | OK | OK | OK |
IDBObjectStore.clear() - If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError | PASS | FAIL | PASS | PASS |
/IndexedDB/idbobjectstore_count.htm | OK | OK | OK | OK |
IDBObjectStore.count() - returns the number of records in the object store | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_count2.htm | OK | OK | OK | OK |
IDBObjectStore.count() - returns the number of records that have keys within the range | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_count3.htm | OK | OK | OK | OK |
IDBObjectStore.count() - returns the number of records that have keys with the key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_count4.htm | OK | OK | OK | OK |
IDBObjectStore.count() - If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError | PASS | FAIL | PASS | PASS |
/IndexedDB/idbobjectstore_createIndex.htm | OK | OK | OK | OK |
IDBObjectStore.createIndex() - returns an IDBIndex and the properties are set correctly | PASS | PASS | FAIL | PASS |
/IndexedDB/idbobjectstore_createIndex10.htm | OK | OK | OK | OK |
IDBDatabase.createIndex() - If an index with the name name already exists in this object store, the implementation must throw a DOMException of type ConstraintError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_createIndex11.htm | OK | OK | OK | OK |
IDBDatabase.createIndex() - If keyPath is not a valid key path, the implementation must throw a DOMException of type SyntaxError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_createIndex12.htm | OK | OK | OK | OK |
IDBDatabase.createIndex() - If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_createIndex13.htm | OK | OK | OK | OK |
IDBDatabase.createIndex() - Operate out versionchange throw InvalidStateError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_createIndex2.htm | OK | OK | TIMEOUT | OK |
IDBObjectStore.createIndex() - attempt to create an index that requires unique values on an object store already contains duplicates | PASS | PASS | - | FAIL |
/IndexedDB/idbobjectstore_createIndex4-deleteIndex-event_order.htm | OK | OK | OK | OK |
IDBObjectStore.createIndex() - Event ordering for a later deleted index | PASS | PASS | PASS | FAIL |
/IndexedDB/idbobjectstore_createIndex5-emptykeypath.htm | OK | OK | OK | OK |
IDBObjectStore.createIndex() - empty keyPath | PASS | PASS | FAIL | PASS |
/IndexedDB/idbobjectstore_createIndex6-event_order.htm | OK | ERROR | TIMEOUT | OK |
IDBObjectStore.createIndex() - event order when unique constraint is triggered | PASS | FAIL | - | FAIL |
/IndexedDB/idbobjectstore_createIndex7-event_order.htm | OK | ERROR | TIMEOUT | OK |
IDBObjectStore.createIndex() - Event ordering for ConstraintError on request | PASS | FAIL | - | FAIL |
/IndexedDB/idbobjectstore_createIndex9-emptyname.htm | OK | OK | OK | OK |
IDBObjectStore.createIndex() - empty name | PASS | PASS | FAIL | PASS |
/IndexedDB/idbobjectstore_delete.htm | OK | OK | OK | OK |
IDBObjectStore.delete() - delete removes record (inline keys) | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_delete2.htm | OK | OK | OK | OK |
IDBObjectStore.delete() - key doesn't match any records | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_delete3.htm | OK | OK | OK | OK |
IDBObjectStore.delete() - object store's key path is an object attribute | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_delete4.htm | OK | OK | OK | OK |
IDBObjectStore.delete() - delete removes record (out-of-line keys) | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_delete5.htm | OK | OK | OK | OK |
IDBObjectStore.delete() - removes all of the records in the range | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_delete6.htm | OK | OK | OK | OK |
IDBObjectStore.delete() - If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_delete7.htm | OK | OK | OK | OK |
IDBObjectStore.delete() - If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError | PASS | FAIL | PASS | PASS |
/IndexedDB/idbobjectstore_deleteIndex.htm | OK | OK | OK | OK |
IDBObjectStore.deleteIndex() - removes the index | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_deleted.htm | OK | OK | OK | OK |
Attempting to use deleted IDBObjectStore | PASS | FAIL | PASS | PASS |
/IndexedDB/idbobjectstore_get.htm | OK | OK | OK | OK |
IDBObjectStore.get() - key is a number | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_get2.htm | OK | OK | OK | OK |
IDBObjectStore.get() - key is a string | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_get3.htm | OK | OK | OK | OK |
IDBObjectStore.get() - key is a Date | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_get4.htm | OK | OK | OK | OK |
IDBObjectStore.get() - attempt to retrieve a record that doesn't exist | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_get5.htm | OK | OK | OK | OK |
IDBObjectStore.get() - returns the record with the first key in the range | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_index.htm | OK | OK | OK | OK |
IDBObjectStore.index() - returns an index | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_openCursor.htm | OK | OK | OK | OK |
IDBObjectStore.openCursor() - iterate through 100 objects | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_openCursor_invalid.htm | OK | OK | OK | OK |
IDBObjectStore.openCursor() - invalid - pass something other than number | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put.htm | OK | OK | OK | OK |
IDBObjectStore.put() - put with an inline key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put10.htm | OK | OK | OK | OK |
IDBObjectStore.put() - Attempt to call 'put' without an key parameter when the object store uses out-of-line keys | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put11.htm | OK | OK | OK | OK |
IDBObjectStore.put() - Attempt to put a record where the record's key does not meet the constraints of a valid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put12.htm | OK | OK | OK | OK |
IDBObjectStore.put() - Attempt to put a record where the record's in-line key is not defined | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put13.htm | OK | OK | OK | OK |
IDBObjectStore.put() - Attempt to put a record where the out of line key provided does not meet the constraints of a valid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put14.htm | OK | OK | OK | OK |
IDBObjectStore.put() - Put a record where a value being indexed does not meet the constraints of a valid key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put15.htm | OK | OK | OK | OK |
IDBObjectStore.put() - If the transaction this IDBObjectStore belongs to has its mode set to readonly, throw ReadOnlyError | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put16.htm | OK | OK | OK | OK |
IDBObjectStore.put() - If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError | PASS | FAIL | PASS | PASS |
/IndexedDB/idbobjectstore_put2.htm | OK | OK | OK | OK |
IDBObjectStore.put() - put with an out-of-line key | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put3.htm | OK | OK | OK | OK |
IDBObjectStore.put() - record with same key already exists | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put4.htm | OK | OK | OK | OK |
IDBObjectStore.put() - put where an index has unique:true specified | PASS | PASS | PASS | FAIL |
/IndexedDB/idbobjectstore_put5.htm | OK | OK | OK | OK |
IDBObjectStore.put() - object store's key path is an object attribute | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put6.htm | OK | OK | OK | OK |
IDBObjectStore.put() - autoIncrement and inline keys | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put7.htm | OK | OK | OK | OK |
IDBObjectStore.put() - autoIncrement and out-of-line keys | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put8.htm | OK | OK | OK | OK |
IDBObjectStore.put() - object store has autoIncrement:true and the key path is an object attribute | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_put9.htm | OK | OK | OK | OK |
IDBObjectStore.put() - Attempt to put a record that does not meet the constraints of an object store's inline key requirements | PASS | PASS | PASS | PASS |
/IndexedDB/idbtransaction-oncomplete.htm | OK | OK | OK | OK |
IDBTransaction - complete event | PASS | PASS | PASS | PASS |
/IndexedDB/idbtransaction.htm | OK | OK | OK | OK |
IDBTransaction - request gotten by the handler | PASS | PASS | PASS | PASS |
IDBTransaction - request returned by open() | PASS | PASS | PASS | PASS |
/IndexedDB/idbtransaction_abort.htm | OK | OK | TIMEOUT | OK |
IDBTransaction - abort | PASS | PASS | - | FAIL |
/IndexedDB/idbversionchangeevent.htm | OK | OK | OK | OK |
IDBVersionChangeEvent fired in upgradeneeded, versionchange and deleteDatabase | PASS | PASS | FAIL | FAIL |
/IndexedDB/index_sort_order.htm | OK | OK | OK | OK |
Verify key sort order in an index is 'number < Date < DOMString' | PASS | PASS | PASS | PASS |
/IndexedDB/interfaces.htm | OK | OK | OK | OK |
Test IDBCursor | PASS | PASS | PASS | PASS |
Test IDBCursorWithValue | PASS | PASS | PASS | PASS |
Test IDBDatabase | PASS | PASS | PASS | PASS |
Test IDBFactory | PASS | PASS | PASS | PASS |
Test IDBIndex | PASS | PASS | PASS | PASS |
Test IDBKeyRange | PASS | PASS | PASS | PASS |
Test IDBObjectStore | PASS | PASS | PASS | PASS |
Test IDBOpenDBRequest | PASS | PASS | PASS | PASS |
Test IDBRequest | PASS | PASS | PASS | PASS |
Test IDBTransaction | PASS | PASS | PASS | PASS |
Test IDBVersionChangeEvent | PASS | PASS | PASS | PASS |
/IndexedDB/interfaces.html | OK | OK | OK | OK |
IDBKeyRange interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL |
IDBKeyRange interface object length | FAIL | FAIL | FAIL | FAIL |
IDBKeyRange interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL |
IDBKeyRange interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBKeyRange interface: attribute lower | FAIL | PASS | PASS | FAIL |
IDBKeyRange interface: attribute upper | FAIL | PASS | PASS | FAIL |
IDBKeyRange interface: attribute lowerOpen | FAIL | PASS | PASS | FAIL |
IDBKeyRange interface: attribute upperOpen | FAIL | PASS | PASS | FAIL |
IDBKeyRange interface: operation only(any) | PASS | PASS | FAIL | PASS |
IDBKeyRange interface: operation lowerBound(any,boolean) | PASS | PASS | FAIL | PASS |
IDBKeyRange interface: operation upperBound(any,boolean) | PASS | PASS | FAIL | PASS |
IDBKeyRange interface: operation bound(any,any,boolean,boolean) | PASS | PASS | FAIL | PASS |
IDBRequest interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL |
IDBRequest interface object length | FAIL | FAIL | FAIL | FAIL |
IDBRequest interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL |
IDBRequest interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBRequest interface: attribute result | FAIL | PASS | PASS | FAIL |
IDBRequest interface: attribute error | FAIL | PASS | PASS | FAIL |
IDBRequest interface: attribute source | FAIL | PASS | PASS | FAIL |
IDBRequest interface: attribute transaction | FAIL | PASS | PASS | FAIL |
IDBRequest interface: attribute readyState | FAIL | PASS | PASS | FAIL |
IDBRequest interface: attribute onsuccess | FAIL | PASS | FAIL | FAIL |
IDBRequest interface: attribute onerror | FAIL | PASS | FAIL | FAIL |
IDBOpenDBRequest interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL |
IDBOpenDBRequest interface object length | FAIL | FAIL | FAIL | FAIL |
IDBOpenDBRequest interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL |
IDBOpenDBRequest interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBOpenDBRequest interface: attribute onblocked | FAIL | PASS | FAIL | FAIL |
IDBOpenDBRequest interface: attribute onupgradeneeded | FAIL | PASS | FAIL | FAIL |
IDBVersionChangeEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL |
IDBVersionChangeEvent interface object length | FAIL | FAIL | FAIL | FAIL |
IDBVersionChangeEvent interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL |
IDBVersionChangeEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBVersionChangeEvent interface: attribute oldVersion | FAIL | PASS | PASS | FAIL |
IDBVersionChangeEvent interface: attribute newVersion | FAIL | PASS | PASS | FAIL |
IDBVersionChangeEvent must be primary interface of new IDBVersionChangeEvent("foo") | PASS | PASS | FAIL | FAIL |
Stringification of new IDBVersionChangeEvent("foo") | FAIL | FAIL | FAIL | FAIL |
IDBVersionChangeEvent interface: new IDBVersionChangeEvent("foo") must inherit property "oldVersion" with the proper type (0) | FAIL | PASS | FAIL | FAIL |
IDBVersionChangeEvent interface: new IDBVersionChangeEvent("foo") must inherit property "newVersion" with the proper type (1) | FAIL | PASS | FAIL | FAIL |
IDBFactory interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL |
IDBFactory interface object length | FAIL | FAIL | FAIL | FAIL |
IDBFactory interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL |
IDBFactory interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBFactory interface: operation open(DOMString,unsigned long long) | FAIL | PASS | FAIL | PASS |
IDBFactory interface: operation deleteDatabase(DOMString) | FAIL | PASS | FAIL | PASS |
IDBFactory interface: operation cmp(any,any) | FAIL | PASS | FAIL | PASS |
IDBFactory must be primary interface of window.indexedDB | PASS | PASS | PASS | PASS |
Stringification of window.indexedDB | PASS | PASS | PASS | PASS |
IDBFactory interface: window.indexedDB must inherit property "open" with the proper type (0) | PASS | PASS | PASS | PASS |
IDBFactory interface: calling open(DOMString,unsigned long long) on window.indexedDB with too few arguments must throw TypeError | PASS | PASS | PASS | PASS |
IDBFactory interface: window.indexedDB must inherit property "deleteDatabase" with the proper type (1) | PASS | PASS | PASS | PASS |
IDBFactory interface: calling deleteDatabase(DOMString) on window.indexedDB with too few arguments must throw TypeError | PASS | PASS | PASS | PASS |
IDBFactory interface: window.indexedDB must inherit property "cmp" with the proper type (2) | PASS | PASS | PASS | PASS |
IDBFactory interface: calling cmp(any,any) on window.indexedDB with too few arguments must throw TypeError | PASS | PASS | PASS | PASS |
IDBDatabase interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL |
IDBDatabase interface object length | FAIL | FAIL | FAIL | FAIL |
IDBDatabase interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL |
IDBDatabase interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBDatabase interface: attribute name | FAIL | PASS | PASS | FAIL |
IDBDatabase interface: attribute version | FAIL | PASS | PASS | FAIL |
IDBDatabase interface: attribute objectStoreNames | FAIL | PASS | PASS | FAIL |
IDBDatabase interface: operation createObjectStore(DOMString,IDBObjectStoreParameters) | FAIL | PASS | FAIL | PASS |
IDBDatabase interface: operation deleteObjectStore(DOMString) | FAIL | PASS | FAIL | PASS |
IDBDatabase interface: operation transaction([object Object],[object Object],IDBTransactionMode) | FAIL | PASS | FAIL | PASS |
IDBDatabase interface: operation close() | FAIL | PASS | PASS | PASS |
IDBDatabase interface: attribute onabort | FAIL | PASS | FAIL | FAIL |
IDBDatabase interface: attribute onerror | FAIL | PASS | FAIL | FAIL |
IDBDatabase interface: attribute onversionchange | FAIL | PASS | FAIL | FAIL |
IDBObjectStore interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL |
IDBObjectStore interface object length | FAIL | FAIL | FAIL | FAIL |
IDBObjectStore interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL |
IDBObjectStore interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBObjectStore interface: attribute name | FAIL | PASS | PASS | FAIL |
IDBObjectStore interface: attribute keyPath | FAIL | PASS | PASS | FAIL |
IDBObjectStore interface: attribute indexNames | FAIL | PASS | PASS | FAIL |
IDBObjectStore interface: attribute transaction | FAIL | PASS | PASS | FAIL |
IDBObjectStore interface: attribute autoIncrement | FAIL | PASS | FAIL | FAIL |
IDBObjectStore interface: operation put(any,any) | FAIL | PASS | FAIL | PASS |
IDBObjectStore interface: operation add(any,any) | FAIL | PASS | FAIL | PASS |
IDBObjectStore interface: operation delete(any) | FAIL | PASS | FAIL | PASS |
IDBObjectStore interface: operation get(any) | FAIL | PASS | FAIL | PASS |
IDBObjectStore interface: operation clear() | FAIL | PASS | PASS | PASS |
IDBObjectStore interface: operation openCursor(any,IDBCursorDirection) | FAIL | PASS | PASS | PASS |
IDBObjectStore interface: operation createIndex(DOMString,[object Object],[object Object],IDBIndexParameters) | FAIL | PASS | FAIL | PASS |
IDBObjectStore interface: operation index(DOMString) | FAIL | PASS | FAIL | PASS |
IDBObjectStore interface: operation deleteIndex(DOMString) | FAIL | PASS | FAIL | PASS |
IDBObjectStore interface: operation count(any) | FAIL | PASS | PASS | PASS |
IDBIndex interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL |
IDBIndex interface object length | FAIL | FAIL | FAIL | FAIL |
IDBIndex interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL |
IDBIndex interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBIndex interface: attribute name | FAIL | PASS | PASS | FAIL |
IDBIndex interface: attribute objectStore | FAIL | PASS | PASS | FAIL |
IDBIndex interface: attribute keyPath | FAIL | PASS | PASS | FAIL |
IDBIndex interface: attribute multiEntry | FAIL | PASS | FAIL | FAIL |
IDBIndex interface: attribute unique | FAIL | PASS | PASS | FAIL |
IDBIndex interface: operation openCursor(any,IDBCursorDirection) | FAIL | PASS | PASS | PASS |
IDBIndex interface: operation openKeyCursor(any,IDBCursorDirection) | FAIL | PASS | PASS | PASS |
IDBIndex interface: operation get(any) | FAIL | PASS | FAIL | PASS |
IDBIndex interface: operation getKey(any) | FAIL | PASS | FAIL | PASS |
IDBIndex interface: operation count(any) | FAIL | PASS | PASS | PASS |
IDBCursor interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL |
IDBCursor interface object length | FAIL | FAIL | FAIL | FAIL |
IDBCursor interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL |
IDBCursor interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBCursor interface: attribute source | FAIL | PASS | PASS | FAIL |
IDBCursor interface: attribute direction | FAIL | PASS | PASS | FAIL |
IDBCursor interface: attribute key | FAIL | PASS | PASS | FAIL |
IDBCursor interface: attribute primaryKey | FAIL | PASS | PASS | FAIL |
IDBCursor interface: operation update(any) | FAIL | PASS | FAIL | PASS |
IDBCursor interface: operation advance(unsigned long) | FAIL | PASS | FAIL | PASS |
IDBCursor interface: operation continue(any) | FAIL | PASS | PASS | PASS |
IDBCursor interface: operation delete() | FAIL | PASS | PASS | PASS |
IDBCursorWithValue interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL |
IDBCursorWithValue interface object length | FAIL | FAIL | FAIL | FAIL |
IDBCursorWithValue interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL |
IDBCursorWithValue interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBCursorWithValue interface: attribute value | FAIL | PASS | PASS | FAIL |
IDBTransaction interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL |
IDBTransaction interface object length | FAIL | FAIL | FAIL | FAIL |
IDBTransaction interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL |
IDBTransaction interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL |
IDBTransaction interface: attribute mode | FAIL | PASS | PASS | FAIL |
IDBTransaction interface: attribute db | FAIL | PASS | PASS | FAIL |
IDBTransaction interface: attribute error | FAIL | PASS | PASS | FAIL |
IDBTransaction interface: operation objectStore(DOMString) | FAIL | PASS | FAIL | PASS |
IDBTransaction interface: operation abort() | FAIL | PASS | PASS | PASS |
IDBTransaction interface: attribute onabort | FAIL | PASS | FAIL | FAIL |
IDBTransaction interface: attribute oncomplete | FAIL | PASS | FAIL | FAIL |
IDBTransaction interface: attribute onerror | FAIL | PASS | FAIL | FAIL |
Window interface: attribute indexedDB | FAIL | FAIL | PASS | FAIL |
WorkerUtils interface: attribute indexedDB | FAIL | FAIL | FAIL | FAIL |
/IndexedDB/key_invalid.htm | OK | OK | OK | OK |
Invalid key - true | PASS | PASS | PASS | PASS |
Invalid key - false | PASS | PASS | PASS | PASS |
Invalid key - null | PASS | PASS | FAIL | PASS |
Invalid key - NaN | PASS | PASS | PASS | PASS |
Invalid key - undefined | PASS | PASS | PASS | PASS |
Invalid key - undefined2 | PASS | PASS | PASS | PASS |
Invalid key - function() {} | PASS | PASS | PASS | PASS |
Invalid key - {} | PASS | PASS | PASS | PASS |
Invalid key - { obj: 1 } | PASS | PASS | PASS | PASS |
Invalid key - Math | PASS | PASS | PASS | PASS |
Invalid key - window | PASS | PASS | PASS | PASS |
Invalid key - {length:0,constructor:Array} | PASS | PASS | PASS | PASS |
Invalid key - Array clone鈥檚 instance | PASS | - | PASS | - |
Invalid key - Array (object) | PASS | PASS | PASS | PASS |
Invalid key - String (object) | PASS | PASS | PASS | PASS |
Invalid key - new String() | PASS | PASS | FAIL | PASS |
Invalid key - new Number() | PASS | PASS | FAIL | PASS |
Invalid key - new Boolean() | PASS | PASS | PASS | PASS |
Invalid key - [{}] | PASS | PASS | PASS | PASS |
Invalid key - [[], [], [], [[ Date ]]] | PASS | PASS | PASS | PASS |
Invalid key - [undefined] | PASS | PASS | PASS | PASS |
Invalid key - [,1] | PASS | PASS | PASS | PASS |
Invalid key - document.getElementsByTagName("script") | PASS | PASS | PASS | PASS |
Invalid key - new Date(NaN) | PASS | PASS | FAIL | PASS |
Invalid key - new Date(Infinity) | PASS | PASS | FAIL | PASS |
Invalid key - /foo/ | PASS | PASS | FAIL | PASS |
Invalid key - new RegExp() | PASS | PASS | FAIL | PASS |
Invalid key - sparse array | PASS | PASS | PASS | PASS |
Invalid key - sparse array 2 | PASS | PASS | PASS | PASS |
Invalid key - [[1], [3], [7], [[ sparse array ]]] | PASS | PASS | PASS | PASS |
Invalid key - [1,2,3,,] | PASS | PASS | PASS | PASS |
Invalid key - array directly contains self | PASS | PASS | PASS | PASS |
Invalid key - array indirectly contains self | PASS | PASS | PASS | PASS |
Invalid key - array member contains self | PASS | PASS | PASS | PASS |
/IndexedDB/key_valid.html | OK | OK | OK | OK |
Valid key - new Date() | PASS | PASS | FAIL | PASS |
Valid key - new Date(0) | PASS | PASS | FAIL | PASS |
Valid key - [] | PASS | PASS | FAIL | PASS |
Valid key - new Array() | PASS | PASS | FAIL | PASS |
Valid key - ["undefined"] | PASS | PASS | FAIL | PASS |
Valid key - Infinity | PASS | PASS | FAIL | PASS |
Valid key - -Infinity | PASS | PASS | FAIL | PASS |
Valid key - 0 | PASS | PASS | FAIL | PASS |
Valid key - 1.5 | PASS | PASS | FAIL | PASS |
Valid key - 3e38 | PASS | PASS | FAIL | PASS |
Valid key - 3e-38 | PASS | PASS | FAIL | PASS |
Valid key - "foo" | PASS | PASS | FAIL | PASS |
Valid key - "\n" | PASS | PASS | FAIL | PASS |
Valid key - "" | PASS | PASS | FAIL | PASS |
Valid key - "\"" | PASS | PASS | FAIL | PASS |
Valid key - "\u1234" | PASS | PASS | FAIL | PASS |
Valid key - "\u0000" | PASS | PASS | FAIL | PASS |
Valid key - "NaN" | PASS | PASS | FAIL | PASS |
/IndexedDB/keygenerator-constrainterror.htm | OK | OK | OK | OK |
Keygenerator ConstraintError when using same id as already generated | PASS | PASS | PASS | FAIL |
/IndexedDB/keygenerator-overflow.htm | OK | OK | OK | OK |
Keygenerator overflow | PASS | FAIL | FAIL | FAIL |
/IndexedDB/keygenerator.htm | OK | OK | OK | OK |
Keygenerator - starts at one, and increments by one | PASS | PASS | PASS | PASS |
Keygenerator - increments by one from last set key | PASS | PASS | PASS | FAIL |
Keygenerator - don't increment when new key is not bigger than current | PASS | PASS | FAIL | FAIL |
/IndexedDB/keyorder.htm | OK | OK | OK | TIMEOUT |
Database readback sort - String < Array | PASS | PASS | FAIL | TIMEOUT |
IDBKey.cmp sorted - String < Array | PASS | PASS | FAIL | PASS |
Database readback sort - float < String | PASS | PASS | FAIL | TIMEOUT |
IDBKey.cmp sorted - float < String | PASS | PASS | PASS | PASS |
Database readback sort - float < Date | PASS | PASS | PASS | TIMEOUT |
IDBKey.cmp sorted - float < Date | PASS | PASS | PASS | PASS |
Database readback sort - float < Date < String < Array | PASS | PASS | FAIL | TIMEOUT |
IDBKey.cmp sorted - float < Date < String < Array | PASS | PASS | FAIL | PASS |
Database readback sort - Date(1 sec ago) < Date(now) < Date(1 minute in future) | PASS | PASS | PASS | TIMEOUT |
IDBKey.cmp sorted - Date(1 sec ago) < Date(now) < Date(1 minute in future) | PASS | PASS | PASS | PASS |
Database readback sort - -1.1 < 1 < 1.01337 < 1.013373 < 2 | PASS | PASS | PASS | TIMEOUT |
IDBKey.cmp sorted - -1.1 < 1 < 1.01337 < 1.013373 < 2 | PASS | PASS | PASS | PASS |
Database readback sort - -Infinity < -0.01 < 0 < Infinity | PASS | PASS | PASS | TIMEOUT |
IDBKey.cmp sorted - -Infinity < -0.01 < 0 < Infinity | PASS | PASS | PASS | PASS |
Database readback sort - "" < "a" < "ab" < "b" < "ba" | PASS | PASS | PASS | TIMEOUT |
IDBKey.cmp sorted - "" < "a" < "ab" < "b" < "ba" | PASS | PASS | PASS | PASS |
Database readback sort - Arrays | PASS | PASS | FAIL | TIMEOUT |
IDBKey.cmp sorted - Arrays | PASS | PASS | FAIL | PASS |
Database readback sort - Array.length: 10,000 < Array.length: 10,001 | PASS | PASS | FAIL | TIMEOUT |
IDBKey.cmp sorted - Array.length: 10,000 < Array.length: 10,001 | PASS | PASS | FAIL | PASS |
Database readback sort - Infinity inside arrays | PASS | PASS | FAIL | TIMEOUT |
IDBKey.cmp sorted - Infinity inside arrays | PASS | PASS | FAIL | PASS |
Database readback sort - Test different stuff at once | PASS | PASS | FAIL | TIMEOUT |
IDBKey.cmp sorted - Test different stuff at once | PASS | PASS | FAIL | PASS |
/IndexedDB/keypath.htm | OK | OK | OK | OK |
Keypath - my.key | PASS | PASS | PASS | FAIL |
Keypath - my.køi | PASS | PASS | PASS | - |
Keypath - my.key_ya | PASS | PASS | PASS | FAIL |
Keypath - public.key$ya | PASS | PASS | PASS | FAIL |
Keypath - true.$ | PASS | PASS | PASS | FAIL |
Keypath - my._ | PASS | PASS | PASS | FAIL |
Keypath - delete.a7 | PASS | PASS | PASS | FAIL |
Keypath - p.p.p.p.p.p.p.p.p.p.p.p.p.p | PASS | PASS | PASS | FAIL |
Keypath - str.length | PASS | FAIL | PASS | FAIL |
Keypath - arr.length | PASS | PASS | PASS | FAIL |
Keypath - length | PASS | FAIL | PASS | PASS |
Keypath - '' uses value as key | PASS | PASS | FAIL | PASS |
Keypath - [''] uses value as [key] | PASS | PASS | FAIL | FAIL |
Keypath - ['x', 'y'] | PASS | PASS | FAIL | FAIL |
Keypath - [['x'], 'y'] (stringifies) | PASS | PASS | FAIL | FAIL |
Keypath - ['x', {toString->'y'}] (stringifies) | PASS | PASS | FAIL | FAIL |
Keypath - name,type | PASS | PASS | FAIL | FAIL |
Keypath - name,type.name | PASS | PASS | FAIL | FAIL |
Keypath - array loop -> stringify becomes [''] | PASS | PASS | FAIL | FAIL |
/IndexedDB/keypath_invalid.htm | OK | OK | OK | OK |
Invalid keyPath - "j a" | PASS | PASS | PASS | PASS |
Invalid keyPath - ".yo" | PASS | PASS | PASS | PASS |
Invalid keyPath - "yo,lo" | PASS | PASS | FAIL | PASS |
Invalid keyPath - [] | PASS | PASS | FAIL | PASS |
Invalid keyPath - ["array with space"] | PASS | PASS | PASS | PASS |
Invalid keyPath - multidimensional array (invalid toString) | PASS | PASS | FAIL | PASS |
Invalid keyPath - "3m" | PASS | PASS | FAIL | PASS |
Invalid keyPath - {toString->3m} | PASS | PASS | FAIL | PASS |
Invalid keyPath - "my.1337" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "..yo" | PASS | PASS | PASS | PASS |
Invalid keyPath - "y..o" | PASS | PASS | PASS | PASS |
Invalid keyPath - "y.o." | PASS | PASS | PASS | PASS |
Invalid keyPath - "y.o.." | PASS | PASS | PASS | PASS |
Invalid keyPath - "m.*" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "\"m\"" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "m%" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "m/" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "m/a" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "m&" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "m!" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "*" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "*.*" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "^m" | PASS | PASS | FAIL | PASS |
Invalid keyPath - "/m/" | PASS | PASS | FAIL | PASS |
/IndexedDB/list_ordering.htm | OK | OK | OK | OK |
objectStoreNames and indexNames order - numbers | PASS | PASS | PASS | PASS |
objectStoreNames and indexNames order - numbers 'overflow' | PASS | PASS | PASS | PASS |
objectStoreNames and indexNames order - lexigraphical string sort | PASS | PASS | PASS | PASS |
/IndexedDB/objectstore_keyorder.htm | OK | OK | OK | OK |
Verify key sort order in an object store is 'number < Date < DOMString' | PASS | PASS | PASS | PASS |
/IndexedDB/request_bubble-and-capture.htm | OK | OK | OK | OK |
Bubbling and capturing of request events | PASS | PASS | FAIL | PASS |
/IndexedDB/string-list-ordering.htm | OK | OK | OK | OK |
Test string list ordering in IndexedDB | PASS | PASS | PASS | PASS |
/IndexedDB/transaction-create_in_versionchange.htm | OK | OK | OK | OK |
Attempt to create new transactions inside a versionchange transaction | PASS | PASS | PASS | PASS |
/IndexedDB/transaction-lifetime-blocked.htm | OK | OK | OK | OK |
Blocked event | PASS | PASS | FAIL | FAIL |
/IndexedDB/transaction-lifetime.htm | OK | OK | OK | OK |
Test events opening a second database when one connection is open already | PASS | PASS | FAIL | FAIL |
/IndexedDB/transaction-requestqueue.htm | OK | OK | OK | TIMEOUT |
Transactions have a request queue | PASS | PASS | PASS | NOTRUN |
/IndexedDB/transaction_bubble-and-capture.htm | OK | OK | OK | TIMEOUT |
Capture and bubble | PASS | PASS | FAIL | NOTRUN |
/IndexedDB/value.htm | OK | OK | OK | OK |
Values - Date | PASS | PASS | - | PASS |
Values - Array | PASS | PASS | - | PASS |
/IndexedDB/value_recursive.htm | OK | OK | OK | OK |
Recursive value - array directly contains self | PASS | PASS | PASS | PASS |
Recursive value - array indirectly contains self | PASS | PASS | PASS | PASS |
Recursive value - array member contains self | PASS | PASS | PASS | PASS |
/IndexedDB/idbdatabase_createObjectStore10-1000ends.htm | OK | OK | TIMEOUT | OK |
IDBDatabase.createObjectStore() - create 1000 object stores, add one item and delete | PASS | PASS | - | PASS |
/IndexedDB/idbobjectstore_createIndex3-usable-right-away.htm | OK | OK | OK | OK |
IDBObjectStore.createIndex() - the index is usable right after being made | PASS | PASS | PASS | PASS |
/IndexedDB/idbobjectstore_createIndex8-valid_keys.htm | OK | OK | OK | OK |
IDBObjectStore.createIndex() - index can be valid keys | PASS | PASS | FAIL | PASS |
/IndexedDB/keypath_maxsize.htm | OK | OK | OK | OK |
Keypath - ~260 chars | PASS | PASS | PASS | PASS |
Keypath - ~530 chars | PASS | PASS | PASS | PASS |
Keypath - ~1050 chars | PASS | PASS | PASS | PASS |
/IndexedDB/writer-starvation.htm | OK | OK | OK | OK |
Writer starvation | PASS | PASS | PASS | PASS |