summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt
blob: 4f7261473d2e7139bfcdb7c82315509bfc70ab1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.transaction()
window.gc()
PASS successfullyParsed is true

TEST COMPLETE