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

Unified 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 side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698