summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt
blob: d3958edce537b3f31044ec368b2aed0d7416ba1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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