summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-clearbutton-change-and-input-events-expected.txt
blob: 152f12cae1db7bcaa7ea24e5f9745aa6da3cc98b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Test for event dispatching by spin buttons in a type=week input.

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


Initial state
PASS changeEventCounter is 0
PASS inputEventCounter is 0
Click the clear button
PASS testInput.value is ""
PASS changeEventCounter is 1
PASS inputEventCounter is 1
Focus on another field
PASS changeEventCounter is 1
PASS inputEventCounter is 1
PASS successfullyParsed is true

TEST COMPLETE