blob: 27958944a2db1c7bd455240e38b4d728e930b2b5 [file] [log] [blame]
Test IndexedDB deleteObjectStore required argument
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
dbname = "deleteObjectStore-null-name.html"
indexedDB.deleteDatabase(dbname)
indexedDB.open(dbname)
db.createObjectStore('null');
db.deleteObjectStore(null);
PASS successfullyParsed is true
TEST COMPLETE