Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / file / input-file-write-files-expected.txt
blob56bff054603db77b858d9e0906b2744f62bc379c
1 This tests the files attribute in file input forms
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS file1.files.length is 1
7 PASS file1.files.item(0).name is "foo.txt"
8 PASS file1.files.length is 1
9 PASS file1.files.item(0).name is "foo.txt"
10 PASS file1.files.length is 1
11 PASS file1.files.item(0).name is "bar.txt"
12 PASS successfullyParsed is true
14 TEST COMPLETE