haikuwebkit/LayoutTests/storage/indexeddb/modern/opendatabase-request-expect...

14 lines
440 B
Plaintext

This test calls open on window.indexedDB in various ways, verifying that IDBOpenDBRequest objects are returned when expected and exceptions are thrown when expected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
[object IDBOpenDBRequest]
[object IDBOpenDBRequest]
TypeError: Not enough arguments
TypeError: IDBFactory.open() called with a version of 0
PASS successfullyParsed is true
TEST COMPLETE