blob: 2167648d88f735f199689d18d4e30a044e4c347f [file] [log] [blame]
Test IndexedDB deleteObjectStore required argument
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
dbname = "deleteObjectStore-name-argument-required.html"
indexedDB.deleteDatabase(dbname)
indexedDB.open(dbname)
PASS db.deleteObjectStore(); threw exception TypeError: Failed to execute 'deleteObjectStore' on 'IDBDatabase': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE