From f05b935882198ccf7d81675736e3aeb089c5113a Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Thu, 5 May 2011 14:36:32 +0100 Subject: Merge WebKit at r74534: Initial merge by git. Change-Id: I6ccd1154fa1b19c2ec2a66878eb675738735f1eb --- .../transaction-crash-on-abort-expected.txt | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt (limited to 'LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt') diff --git a/LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt b/LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt new file mode 100644 index 0000000..413643c --- /dev/null +++ b/LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt @@ -0,0 +1,32 @@ +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('name') +PASS 'onsuccess' in result is true +PASS 'onerror' in result is true +PASS 'readyState' in result is true +An event should fire shortly... + +openSuccess(): +Success event fired: +PASS 'result' in event is true +PASS 'code' in event is false +PASS 'message' in event is false +PASS 'source' in event is true +PASS event.source != null is true +PASS 'onsuccess' in event.target is true +PASS 'onerror' in event.target is true +PASS 'readyState' in event.target is true +PASS event.target.readyState is event.target.DONE + +db = event.result +db.transaction([]) +window.gc() +PASS successfullyParsed is true + +TEST COMPLETE + -- cgit v1.1