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

Side by Side Diff: LayoutTests/storage/indexeddb/mozilla/test_objectStore_getAllKeys-expected.txt

Issue 1312983006: Import Mozilla's IndexedDB getAll/getAllKeys tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comment update/whitespace Created 5 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/storage/indexeddb/mozilla/test_objectStore_getAllKeys.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 IDBObjectStore.getAllKeys()
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Creating database
7 Getting all keys
8 PASS Got an array result
9 PASS Got correct array length
10 PASS Got correct keys
11 Getting all keys with key range
12 PASS Got an array result
13 PASS Got correct array length
14 PASS Got correct keys
15 Getting all keys with unmatched key range
16 PASS Got an array result
17 PASS Got correct array length
18 Getting all keys with limit
19 PASS Got an array result
20 PASS Got correct array length
21 PASS Got correct keys
22 Getting all keys with key range and limit
23 PASS Got an array result
24 PASS Got correct array length
25 PASS Got correct keys
26 Getting all keys with unmatched key range and limit
27 PASS Got an array result
28 PASS Got correct array length
29 PASS successfullyParsed is true
30
31 TEST COMPLETE
32
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/mozilla/test_objectStore_getAllKeys.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698