| OLD | NEW |
| 1 This tests the files attribute in file input forms | 1 This tests the files attribute in file input forms |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS file1.files.length is 1 | 6 PASS file1.files.length is 1 |
| 7 PASS file1.files.item(0).name is "foo.txt" | 7 PASS file1.files = 'foo' threw exception TypeError: Failed to set the 'files' pr
operty on 'HTMLInputElement': The provided value is not of type 'FileList'.. |
| 8 PASS file1.files.length is 1 | 8 PASS file1.files.length is 1 |
| 9 PASS file1.files.item(0).name is "foo.txt" | 9 PASS file1.files.item(0).name is "foo.txt" |
| 10 PASS file1.files.length is 1 | 10 PASS file1.files.length is 1 |
| 11 PASS file1.files.item(0).name is "bar.txt" | 11 PASS file1.files.item(0).name is "bar.txt" |
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true |
| 13 | 13 |
| 14 TEST COMPLETE | 14 TEST COMPLETE |
| 15 | 15 |
| OLD | NEW |