Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-stepup-stepdown-expected.txt
blobe6499291438a5c76283d4bc8209cf08e7240728e
1 Check stepUp() and stepDown() bahevior for unsupported types.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Unsupported type
7 PASS input.step = "3"; input.min = ""; input.max = ""; input.value = "2"; input.stepDown() threw exception InvalidStateError: Failed to execute 'stepDown' on 'HTMLInputElement': This form element is not steppable..
8 PASS input.stepDown(0) threw exception InvalidStateError: Failed to execute 'stepDown' on 'HTMLInputElement': This form element is not steppable..
9 PASS input.stepUp() threw exception InvalidStateError: Failed to execute 'stepUp' on 'HTMLInputElement': This form element is not steppable..
10 PASS input.stepUp(0) threw exception InvalidStateError: Failed to execute 'stepUp' on 'HTMLInputElement': This form element is not steppable..
11 PASS successfullyParsed is true
13 TEST COMPLETE