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

Side by Side Diff: LayoutTests/fast/filesystem/read-directory-expected.txt

Issue 22436002: Replace EntryArray type by an Entry[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 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
OLDNEW
1 DirectoryReader.readEntries() test. 1 DirectoryReader.readEntries() test.
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 Successfully obtained Persistent FileSystem:file__0:Temporary 6 Successfully obtained Persistent FileSystem:file__0:Temporary
7 PASS entries.__proto__ is Array.prototype
8 PASS entries.__proto__ is Array.prototype
7 PASS readEntriesCount is entriesCallbackCount 9 PASS readEntriesCount is entriesCallbackCount
8 PASS resultEntries.length is testEntriesCount 10 PASS resultEntries.length is testEntriesCount
9 Entry:/a isDirectory:true 11 Entry:/a isDirectory:true
10 PASS testEntries[entry.fullPath] is entry.isDirectory 12 PASS testEntries[entry.fullPath] is entry.isDirectory
11 Entry:/b isDirectory:false 13 Entry:/b isDirectory:false
12 PASS testEntries[entry.fullPath] is entry.isDirectory 14 PASS testEntries[entry.fullPath] is entry.isDirectory
13 Entry:/c isDirectory:true 15 Entry:/c isDirectory:true
14 PASS testEntries[entry.fullPath] is entry.isDirectory 16 PASS testEntries[entry.fullPath] is entry.isDirectory
15 Entry:/d isDirectory:false 17 Entry:/d isDirectory:false
16 PASS testEntries[entry.fullPath] is entry.isDirectory 18 PASS testEntries[entry.fullPath] is entry.isDirectory
17 Entry:/e isDirectory:false 19 Entry:/e isDirectory:false
18 PASS testEntries[entry.fullPath] is entry.isDirectory 20 PASS testEntries[entry.fullPath] is entry.isDirectory
19 Entry:/f isDirectory:true 21 Entry:/f isDirectory:true
20 PASS testEntries[entry.fullPath] is entry.isDirectory 22 PASS testEntries[entry.fullPath] is entry.isDirectory
21 PASS successfullyParsed is true 23 PASS successfullyParsed is true
22 24
23 TEST COMPLETE 25 TEST COMPLETE
24 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698