| OLD | NEW |
| 1 Test for keyboard operations for <input type=number> | 1 Test for keyboard operations for <input type=number> |
| 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 Inserting "ab123cd": | 6 Inserting "ab123cd": |
| 7 PASS input.value is "" | 7 PASS input.value is "" |
| 8 Press the up arrow key: | 8 Press the up arrow key: |
| 9 PASS input.value is "124" | 9 PASS input.value is "124" |
| 10 Press the down arrow key: | 10 Press the down arrow key: |
| 11 PASS input.value is "123" | 11 PASS input.value is "123" |
| 12 Press the down and alt arrow key, should not decrement value: |
| 13 PASS input.value is "123" |
| 12 Disable input element: | 14 Disable input element: |
| 13 PASS input.value is "123" | 15 PASS input.value is "123" |
| 14 Read-only input element: | 16 Read-only input element: |
| 15 PASS input.value is "123" | 17 PASS input.value is "123" |
| 16 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 17 | 19 |
| 18 TEST COMPLETE | 20 TEST COMPLETE |
| 19 | 21 |
| OLD | NEW |