summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/file/file-setrangetext-expected.txt
blob: 52e412ea588a895b7cdb22ce99f9a0a4c7b61e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test setRangeText() method is not available in file inputs.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".



Running tests on input with attributes: {"type":"file"}

element.value = '0123456789XYZ'
PASS element.setRangeText('ABC', 0, 0) threw exception Error: INVALID_STATE_ERR: DOM Exception 11.
PASS element.value is ""
PASS successfullyParsed is true

TEST COMPLETE