haikuwebkit/LayoutTests/storage/indexeddb/modern/single-entry-index-invalid-...

15 lines
467 B
Plaintext

Tests that adding to an object store, with a single-entry Index, where the index key is an array that is not entirely valid... does not crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
indexedDB.deleteDatabase(dbname)
indexedDB.open(dbname)
Index has no entries
PASS successfullyParsed is true
TEST COMPLETE