blob: fa6b1517aa6980bda1be3f6a50b6de2a3b9310de [file] [log] [blame]
yosin@chromium.orgdd55ada2012-07-26 02:05:51 +00001Test for event dispatching by spin buttons in a type=number input.
tkent@chromium.org3d10af92010-07-23 00:32:24 +00002
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6Initial state
7PASS changeEventCounter is 0
8PASS inputEventCounter is 0
9Click the upper button
yosin@chromium.orgdd55ada2012-07-26 02:05:51 +000010PASS testInput.value is "1"
commit-queue@webkit.orga3b27e62012-02-28 07:02:01 +000011PASS changeEventCounter is 1
tkent@chromium.org3d10af92010-07-23 00:32:24 +000012PASS inputEventCounter is 1
13Click again, but the value is not changed.
yosin@chromium.orgdd55ada2012-07-26 02:05:51 +000014PASS testInput.value is "1"
commit-queue@webkit.orge5f7a5e2012-02-27 05:27:43 +000015PASS changeEventCounter is 1
tkent@chromium.org3d10af92010-07-23 00:32:24 +000016PASS inputEventCounter is 1
17Focus on another field
18PASS changeEventCounter is 1
19PASS inputEventCounter is 1
20PASS successfullyParsed is true
21
22TEST COMPLETE
23