1 Test for keyboard operations for <input type=number>
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS input.value is "123"
8 Press the up arrow key:
9 PASS input.value is "124"
10 Press the down arrow key:
11 PASS input.value is "123"
12 Press the down and alt arrow key, should not decrement value:
13 PASS input.value is "123"
14 Disable input element:
15 PASS input.value is "123"
16 Read-only input element:
17 PASS input.value is "123"
18 PASS successfullyParsed is true