| Index: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| diff --git a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt b/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| index 18708091fc8ba90c9d82374064b61f655a2c540f..99e36dc410f5926e7a3ba842d30bc70ae87708ca 100644
|
| --- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| +++ b/LayoutTests/fast/forms/time-multiple-fields/time-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 "04:00"
|
| +PASS changeEventCounter is 0
|
| +PASS inputEventCounter is 1
|
| +Triggers only change event on mouseUp
|
| PASS testInput.value is "04:00"
|
| PASS changeEventCounter is 1
|
| PASS inputEventCounter is 1
|
|
|