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

Side by Side Diff: LayoutTests/storage/indexeddb/objectstore-removeobjectstore-expected.txt

Issue 5722007: Merge 73605 - 2010-12-07 Jeremy Orlow <jorlow@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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
« no previous file with comments | « LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html ('k') | WebCore/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test IndexedDB's webkitIDBObjectStore.deleteObjectStore(). 1 Test IndexedDB's webkitIDBObjectStore.deleteObjectStore().
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 webkitIndexedDB.open('name') 6 webkitIndexedDB.open('name')
7 PASS 'onsuccess' in result is true 7 PASS 'onsuccess' in result is true
8 PASS 'onerror' in result is true 8 PASS 'onerror' in result is true
9 PASS 'readyState' in result is true 9 PASS 'readyState' in result is true
10 An event should fire shortly... 10 An event should fire shortly...
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 PASS 'result' in event is false 114 PASS 'result' in event is false
115 PASS 'code' in event is true 115 PASS 'code' in event is true
116 PASS 'message' in event is true 116 PASS 'message' in event is true
117 PASS 'source' in event is true 117 PASS 'source' in event is true
118 PASS event.source != null is true 118 PASS event.source != null is true
119 PASS 'onsuccess' in event.target is true 119 PASS 'onsuccess' in event.target is true
120 PASS 'onerror' in event.target is true 120 PASS 'onerror' in event.target is true
121 PASS 'readyState' in event.target is true 121 PASS 'readyState' in event.target is true
122 PASS event.target.readyState is event.target.DONE 122 PASS event.target.readyState is event.target.DONE
123 123
124 PASS event.code is 2 124 PASS event.code is webkitIDBDatabaseException.NOT_FOUND_ERR
125 PASS event.source.indexNames.contains('indexName') is false 125 PASS event.source.indexNames.contains('indexName') is false
126 PASS successfullyParsed is true 126 PASS successfullyParsed is true
127 127
128 TEST COMPLETE 128 TEST COMPLETE
129 129
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html ('k') | WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698