Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / createObjectStore-name-argument-required-expected.txt
blob1db9dd661142a1d2c5244476f3aa3dbb5b763fb0
1 Test IndexedDB createObjectStore name argument is required
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "createObjectStore-name-argument-required.html"
7 indexedDB.deleteDatabase(dbname)
8 indexedDB.open(dbname)
9 db = event.target.result
10 PASS db.createObjectStore(); threw exception TypeError: Failed to execute 'createObjectStore' on 'IDBDatabase': 1 argument required, but only 0 present..
11 PASS successfullyParsed is true
13 TEST COMPLETE