Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / text / text-reset-click-delete-text-change-event-expected.txt
blobd3958edce537b3f31044ec368b2aed0d7416ba1f
1 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
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Press reset button
7 PASS text.value is "value"
8 PASS changeEventCounter is 0
9 Delete the whole text
10 Out of focus from text field
11 PASS text.value is ""
12 PASS changeEventCounter is 1
13 PASS successfullyParsed is true
15 TEST COMPLETE