Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / files / workers / worker-read-file-constructor-async-expected.txt
blob68d857c603721e65b50d44ca7356d6c8fc767a0a
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