blob: 6d33820a7123d83186dbde587ff684b77a5a8b49 [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".
PASS 'webkitIndexedDB' in window is true
PASS webkitIndexedDB == null is false
webkitIndexedDB.open('transaction-crash-on-abort')
openSuccess():
db = event.target.result
db.setVersion('1.0')
db.createObjectStore('foo')
db.transaction('foo')
window.gc()
PASS successfullyParsed is true
TEST COMPLETE