tizen beta release
[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.setVersion('1.0')
12 db.createObjectStore('foo')
13 db.transaction('foo')
14 window.gc()
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18