| 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..c103934aa372be47b89559c78af5056435824d1e 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,7 +7,11 @@ Initial state
|
| PASS changeEventCounter is 0
|
| PASS inputEventCounter is 0
|
| Click the upper button
|
| +Triggers only input event
|
| PASS testInput.value is "2012-11"
|
| +PASS changeEventCounter is 0
|
| +PASS inputEventCounter is 1
|
| +Triggers only change event
|
| PASS changeEventCounter is 1
|
| PASS inputEventCounter is 1
|
| Focus on another field
|
|
|