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