blob: df290a1e8566c1dc89fe8d7c97ecd77809b98322 [file] [log] [blame]
OPEN FILE PANEL
This tests the value attribute in file input forms
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: The object is in an invalid state..
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