blob: f5d17c4af6c0b4969dc91d8be6b465281225e8a7 [file] [log] [blame]
Explicitly terminating worker with blocked call should allow later open calls to proceed
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;
indexedDB.open(dbname)
PASS Open worked after page reload.
PASS successfullyParsed is true
TEST COMPLETE