| OLD | NEW | 
|---|
| 1 Test setRangeText() method is not available in file inputs. | 1 Test setRangeText() method is not available in file inputs. | 
| 2 | 2 | 
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
    ". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
    ". | 
| 4 | 4 | 
| 5 | 5 | 
| 6 | 6 | 
| 7 Running tests on input with attributes: {"type":"file"} | 7 Running tests on input with attributes: {"type":"file"} | 
| 8 | 8 | 
| 9 PASS element.value = '0123456789XYZ' threw exception InvalidStateError: Failed t
    o set the 'value' property on 'HTMLInputElement': This input element accepts a f
    ilename, which may only be programatically set to the empty string.. | 9 PASS element.value = '0123456789XYZ' threw exception InvalidStateError: Failed t
    o set the 'value' property on 'HTMLInputElement': This input element accepts a f
    ilename, 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 ('fil
    e') does not support selection.. | 10 PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError: Failed
     to execute 'setRangeText' on 'HTMLInputElement': The input element's type ('fil
    e') does not support selection.. | 
| 11 PASS element.value is "" | 11 PASS element.value is "" | 
| 12 PASS successfullyParsed is true | 12 PASS successfullyParsed is true | 
| 13 | 13 | 
| 14 TEST COMPLETE | 14 TEST COMPLETE | 
| 15 | 15 | 
| OLD | NEW | 
|---|