chromium/third_party/blink/web_tests/storage/indexeddb/transaction-crash-in-tasks-expected.txt

Regression test for http://webkit.org/b/102283

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

dbname = "transaction-crash-in-tasks.html"
indexedDB.open(dbname, 2)
indexedDB.open(dbname, 3)
PASS successfullyParsed is true

TEST COMPLETE