| Index: LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-choose-default-value-after-set-value-expected.txt
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/date-picker-events-expected.txt b/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-choose-default-value-after-set-value-expected.txt
|
| similarity index 50%
|
| copy from LayoutTests/fast/forms/calendar-picker/date-picker-events-expected.txt
|
| copy to LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-choose-default-value-after-set-value-expected.txt
|
| index dba4916155782fac3a082b00914ee6b126c52cbb..f596558af36efd8ebf18c015a77308e0dadbcf04 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/date-picker-events-expected.txt
|
| +++ b/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-choose-default-value-after-set-value-expected.txt
|
| @@ -1,19 +1,17 @@
|
| -Tests if value selection by calendar picker dispatches correct events.
|
| +Test if change event fires when the user selects the default value after the value was changed by JS.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -Choosing a new value from the calendar picker. "input" and "change" events should be dispatched in this order.
|
| +PASS input.value is "2001-01-01T01:01:01"
|
| +PASS eventsCounter.input is undefined.
|
| +PASS eventsCounter.change is undefined.
|
| ==> "input" event was dispatched.
|
| ==> "change" event was dispatched.
|
| -PASS date1.value is "2000-01-03"
|
| +PASS input.value is "2000-01-01T01:01:01"
|
| PASS eventsCounter.input is 1
|
| PASS eventsCounter.change is 1
|
| -Choosing the same value from the calendar picker. No events should be dispatched.
|
| -PASS date1.value is "2000-01-03"
|
| -PASS eventsCounter.input is undefined.
|
| -PASS eventsCounter.change is undefined.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| -
|
| +
|
|
|