| Index: LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| diff --git a/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt b/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| index a3c2f8e2a0d3a54015f76d04f4b0bfc204758dc4..b13840dfb0021831893bb90ec39e7bcc420ff574 100644
|
| --- a/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-spinbutton-change-and-input-events-expected.txt
|
| +++ b/LayoutTests/fast/forms/date-multiple-fields/date-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-01"
|
| +PASS changeEventCounter is 0
|
| +PASS inputEventCounter is 1
|
| +Triggers only change event
|
| PASS changeEventCounter is 1
|
| PASS inputEventCounter is 1
|
| Focus on another field
|
|
|