summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/input-number-keyoperation-expected.txt
blob: fca556b86166df3a7864f0098da2445293c0884c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test for keyboard operations for <input type=number>

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Inserting "ab123cd":
PASS input.value is "123"
Press the up arrow key:
PASS input.value is "124"
Press the down arrow key:
PASS input.value is "123"
PASS successfullyParsed is true

TEST COMPLETE