blob: 3fe7fe51fe1e3fe72ab4c8eed09be2df7ffae382 [file] [log] [blame]
Test IndexedDB transaction does not crash on abort.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
dbname = "transaction-crash-on-abort.html"
indexedDB.deleteDatabase(dbname)
indexedDB.open(dbname)
db.createObjectStore('foo')
db.transaction('foo')
self.gc()
PASS successfullyParsed is true
TEST COMPLETE