1 Ensure that IDBDatabase objects are deleted when there are no retaining paths left
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "delete-closed-database-object.html"
7 indexedDB.deleteDatabase(dbname)
10 indexedDB.open(dbname)
11 Dropping references to new connection.
13 Open request should not receive a blocked event:
14 indexedDB.open(dbname, 2)
15 PASS successfullyParsed is true