blob: c32d210302dff7c631e405d286932800c9da1888 [file] [log] [blame]
Test IndexedDB's interfaces.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
PASS 'IDBCursor' in self is true
PASS 'IDBCursorWithValue' in self is true
PASS 'IDBDatabase' in self is true
PASS 'IDBFactory' in self is true
PASS 'IDBIndex' in self is true
PASS 'IDBKeyRange' in self is true
PASS 'IDBObjectStore' in self is true
PASS 'IDBOpenDBRequest' in self is true
PASS 'IDBRequest' in self is true
PASS 'IDBTransaction' in self is true
PASS 'IDBVersionChangeEvent' in self is true
PASS successfullyParsed is true
TEST COMPLETE