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

Unified Diff: LayoutTests/fast/files/file-list-test-expected.txt

Issue 349633005: Expose FileList in Worker contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test improvements Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/files/file-list-test-expected.txt
diff --git a/LayoutTests/fast/files/file-list-test-expected.txt b/LayoutTests/fast/files/file-list-test-expected.txt
index 5d322f5817dc24a187b73475a0b079e9dbfc4180..444bb5636755252cad3151c88949204caad1bfa9 100644
--- a/LayoutTests/fast/files/file-list-test-expected.txt
+++ b/LayoutTests/fast/files/file-list-test-expected.txt
@@ -4,6 +4,7 @@ Test the attribute of FileList.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Start
+PASS files instanceof FileList is true
PASS files.length is 2
PASS files.item(0) instanceof File is true
PASS files.item(0).name is "UTF8.txt"
« no previous file with comments | « LayoutTests/fast/files/file-list-test.html ('k') | LayoutTests/fast/files/workers/resources/worker-read-file-async.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698