Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 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 | |
| 14 | |
| 15 TEST COMPLETE | |
| 16 | |
| OLD | NEW |