1 Test IndexedDB createObjectStore null handling
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "createObjectStore-null-name.html"
7 indexedDB.deleteDatabase(dbname)
9 db.createObjectStore(null);
10 PASS objectStore.name is "null"
11 PASS successfullyParsed is true