Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-file-set-value-expected.txt
blob89b81906561f9889243de5549d1e13252350a0b0
1 Tests that setting the value of input type=file throws and changing type resets.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS input.value is "example.txt"
7 PASS input.value is ""
8 PASS input.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..
9 PASS successfullyParsed is true
11 TEST COMPLETE