blob: ce3bdffc1e3b276c5ba15576f47ef290123e92e4 [file] [log] [blame]
Test for spinbutton behavior for out-of-range values.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Pressing the down arrow key on an input field of which value is lower than the minimum:
PASS lower.value is unchanged
Pressing the up arrow key on the input:
PASS lower.value is lower.min
Pressing the up arrow key on an input field of which value is higher than the maximum:
PASS higher.value is unchanged
Pressing the down arrow key on the input:
PASS higher.value is higher.max
PASS successfullyParsed is true
TEST COMPLETE