| Index: LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| diff --git a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| index df7fd6f502b31c22d7d366b20324ee375dd32371..c1a2f18599f4441bd81aaca3905dd4088d8a6c2a 100644
|
| --- a/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| +++ b/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| @@ -7,6 +7,11 @@ Initial state
|
| PASS changeEventCounter is 0
|
| PASS inputEventCounter is 0
|
| Click the upper button
|
| +Triggers only input event on mouseDown
|
| +PASS testInput.value is "2012-11"
|
| +PASS changeEventCounter is 0
|
| +PASS inputEventCounter is 1
|
| +Triggers only change event on mouseUp
|
| PASS testInput.value is "2012-11"
|
| PASS changeEventCounter is 1
|
| PASS inputEventCounter is 1
|
|
|