Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / file / file-setrangetext-expected.txt
blobc9e79638e537858a94d0d0c318466fc7334e2d62
1 Test setRangeText() method is not available in file inputs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Running tests on input with attributes: {"type":"file"}
9 PASS element.value = '0123456789XYZ' 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..
10 PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError: Failed to execute 'setRangeText' on 'HTMLInputElement': The input element's type ('file') does not support selection..
11 PASS element.value is ""
12 PASS successfullyParsed is true
14 TEST COMPLETE