Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Side by Side Diff: LayoutTests/storage/indexeddb/prefetch-bugfix-108071-expected.txt

Issue 9121008: Merge 104252 - Source/WebCore: IndexedDB: fix cursor prefetch crash (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test for crbug.com/108071 1 Test for crbug.com/108071
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB; 6 indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB;
7 PASS indexedDB == null is false 7 PASS indexedDB == null is false
8 indexedDB.deleteDatabase(DBNAME) 8 indexedDB.deleteDatabase(DBNAME)
9 indexedDB.open(DBNAME) 9 indexedDB.open(DBNAME)
10 db = event.target.result 10 db = event.target.result
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 0: Alpha 45 0: Alpha
46 1: Bravo 46 1: Bravo
47 2: Charlie 47 2: Charlie
48 3: Delta 48 3: Delta
49 trans.abort() 49 trans.abort()
50 PASS Transaction aborted as expected 50 PASS Transaction aborted as expected
51 PASS successfullyParsed is true 51 PASS successfullyParsed is true
52 52
53 TEST COMPLETE 53 TEST COMPLETE
54 54
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/prefetch-bugfix-108071.html ('k') | Source/WebCore/storage/IDBCursorBackendImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698