Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-outofrange-expected.txt
blobce3bdffc1e3b276c5ba15576f47ef290123e92e4
1 Test for spinbutton behavior for out-of-range values.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Pressing the down arrow key on an input field of which value is lower than the minimum:
7 PASS lower.value is unchanged
8 Pressing the up arrow key on the input:
9 PASS lower.value is lower.min
10 Pressing the up arrow key on an input field of which value is higher than the maximum:
11 PASS higher.value is unchanged
12 Pressing the down arrow key on the input:
13 PASS higher.value is higher.max
14 PASS successfullyParsed is true
16 TEST COMPLETE