Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-keyoperation-expected.txt
blob75d1e84df5c53cbe2a06b6ede7dbfbf1c5d59616
1 Test for keyboard operations for <input type=number>
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Inserting "ab123cd":
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
20 TEST COMPLETE