blob: f28ba7ac9ed5862eb89634ea939235a20f0172a7 [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