Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / createObjectStore-null-name-expected.txt
blob0e5f08b32f8f3953532ec040effb2ccf6abfba9d
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)
8 indexedDB.open(dbname)
9 db.createObjectStore(null);
10 PASS objectStore.name is "null"
11 PASS successfullyParsed is true
13 TEST COMPLETE