tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / storage / indexeddb / transaction-storeNames-required-expected.txt
1 Test IndexedDB: transaction storeNames required arguments
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB;
7 PASS indexedDB == null is false
8 IDBDatabaseException = window.IDBDatabaseException || window.webkitIDBDatabaseException;
9 PASS IDBDatabaseException == null is false
10 IDBCursor = window.IDBCursor || window.webkitIDBCursor;
11 PASS IDBCursor == null is false
12 IDBKeyRange = window.IDBKeyRange || window.webkitIDBKeyRange;
13 PASS IDBKeyRange == null is false
14 indexedDB.open(name, description)
15 db = event.target.result
16 request = db.setVersion('1')
17 Deleted all object stores.
18 PASS db.transaction(); threw exception TypeError: Type error.
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22