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

Side by Side Diff: LayoutTests/fast/files/workers/worker-read-file-constructor-async-expected.txt

Issue 100023005: Make cloning of File objects more useful. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reupload Created 7 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
OLDNEW
(Empty)
1 Reading the cloned contents of Files constructed programmatically.
2 Received files in worker
3 Reading: 'text-file'
4 Last modified: 'Thu, 01 Jan 1970 00:00:00 GMT'
5 Contents: 'This is just some text'
6 Length: 22
7 Reading: 'empty-file'
8 Last modified: 'Thu, 01 Jan 1970 00:00:20 GMT'
9 Contents: ''
10 Length: 0
11 Reading: 'array-buffer'
12 Last modified: 'Fri, 01 Jan 2010 12:13:24 GMT'
13 Length: 5
14 DONE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698