blob: 4906738985a15397a7d68668b8f0a0dc05cf9c13 [file] [log] [blame]
Test IndexedDB createObjectStore null handling
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
dbname = "createObjectStore-null-name.html"
indexedDB.deleteDatabase(dbname)
indexedDB.open(dbname)
db.createObjectStore(null);
PASS objectStore.name is "null"
PASS successfullyParsed is true
TEST COMPLETE