OLD | NEW |
1 Test when window out of focus, should dispatch both blur and change event | 1 Tapping on listbox items should fire an input and a change event. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS blurEventCounter is 0 | |
7 PASS changeEventCounter is 0 | 6 PASS changeEventCounter is 0 |
8 PASS blurEventCounter is 1 | 7 PASS inputEventCounter is 0 |
9 PASS changeEventCounter is 1 | 8 PASS changeEventCounter is 1 |
| 9 PASS inputEventCounter is 1 |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |