blob: 2ae5cc9880a9f2d45dda514e529251241aa4fad6 [file] [log] [blame]
This tests the value attribute in file input forms with page zoom in
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS file.value is "C:\\fakepath\\foo.txt"
PASS file.files.length is 1
PASS file.value = 'foo' threw exception InvalidStateError: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string..
PASS file.value is "C:\\fakepath\\foo.txt"
PASS file.files.length is 1
PASS file.value is ""
PASS file.files.length is 0
PASS successfullyParsed is true
TEST COMPLETE