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