40d735075801b589c8b26a2430a02dcd59adce03
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / week-multiple-fields / week-multiple-fields-spinbutton-change-and-input-events-expected.txt
1 Test for event dispatching by spin buttons in a type=week input.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 Initial state
7 PASS changeEventCounter is 0
8 PASS inputEventCounter is 0
9 Click the upper button
10 Triggers only input event on mouseDown
11 PASS testInput.value is "2012-W11"
12 PASS changeEventCounter is 0
13 PASS inputEventCounter is 1
14 Triggers only change event on mouseUp
15 PASS testInput.value is "2012-W11"
16 PASS changeEventCounter is 1
17 PASS inputEventCounter is 1
18 Focus on another field
19 PASS changeEventCounter is 1
20 PASS inputEventCounter is 1
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24