Git init
[framework/web/webkit-efl.git] / LayoutTests / storage / indexeddb / transaction-crash-on-abort-expected.txt
1 Test IndexedDB transaction does not crash on abort.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS 'webkitIndexedDB' in window is true
7 PASS webkitIndexedDB == null is false
8 webkitIndexedDB.open('transaction-crash-on-abort')
9 openSuccess():
10 db = event.target.result
11 db.transaction('foo')
12 window.gc()
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16