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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/file/input-file-write-files-expected.txt

Issue 1492523003: Drop [LegacyInterfaceTypeChecking] for HTMLInputElement.prototype.files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test Created 5 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 unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698