blob: 83f319295b3e4c14deae855323d02ef12f57f4d5 [file] [log] [blame]
This test makes sure that array IDBKeys are correctly compared for equality during object store additions.
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)
Successfully added all 50 array keys, without any conflicts.
PASS successfullyParsed is true
TEST COMPLETE