| Index: LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt
|
| diff --git a/LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt b/LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d3958edce537b3f31044ec368b2aed0d7416ba1f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +In a text field after reset when whole text is deleted i.e. text value is empty. When out of focus, it should dispatch change event
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Press reset button
|
| +PASS text.value is "value"
|
| +PASS changeEventCounter is 0
|
| +Delete the whole text
|
| +Out of focus from text field
|
| +PASS text.value is ""
|
| +PASS changeEventCounter is 1
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|