| Index: LayoutTests/fast/files/workers/worker-read-file-constructor-async-expected.txt
|
| diff --git a/LayoutTests/fast/files/workers/worker-read-file-constructor-async-expected.txt b/LayoutTests/fast/files/workers/worker-read-file-constructor-async-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..68d857c603721e65b50d44ca7356d6c8fc767a0a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/files/workers/worker-read-file-constructor-async-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Reading the cloned contents of Files constructed programmatically.
|
| +Received files in worker
|
| +Reading: 'text-file'
|
| +Last modified: 'Thu, 01 Jan 1970 00:00:00 GMT'
|
| +Contents: 'This is just some text'
|
| +Length: 22
|
| +Reading: 'empty-file'
|
| +Last modified: 'Thu, 01 Jan 1970 00:00:20 GMT'
|
| +Contents: ''
|
| +Length: 0
|
| +Reading: 'array-buffer'
|
| +Last modified: 'Fri, 01 Jan 2010 12:13:24 GMT'
|
| +Length: 5
|
| +DONE
|
| +
|
|
|