1 This test calls deleteDatabase on window.indexedDB with a null database name, making sure there is an exception.
4 if (window.testRunner) {
5 testRunner.waitUntilDone();
6 testRunner.dumpAsText();
12 if (window.testRunner)
13 testRunner.notifyDone();
17 var request = window.indexedDB.deleteDatabase();