| OLD | NEW |
| 1 double clicking on normal input | 1 double clicking on normal input |
| 2 PASS selectEventFiredOnInput is true | 2 PASS selectEventFiredOnInput is true |
| 3 | 3 |
| 4 double clicking on readonly input | 4 double clicking on readonly input |
| 5 PASS selectEventFiredOnReadonlyInput is true | 5 PASS selectEventFiredOnReadonlyInput is true |
| 6 | 6 |
| 7 double clicking on disabled input | 7 double clicking on disabled input |
| 8 PASS selectEventFiredOnDisabledInput is false | 8 PASS selectEventFiredOnDisabledInput is true |
| 9 | 9 |
| 10 double clicking on normal textarea | 10 double clicking on normal textarea |
| 11 PASS selectEventFiredOnTextarea is true | 11 PASS selectEventFiredOnTextarea is true |
| 12 | 12 |
| 13 double clicking on readonly textarea | 13 double clicking on readonly textarea |
| 14 PASS selectEventFiredOnReadonlyTextarea is true | 14 PASS selectEventFiredOnReadonlyTextarea is true |
| 15 | 15 |
| 16 double clicking on disabled textarea | 16 double clicking on disabled textarea |
| 17 PASS selectEventFiredOnDisabledTextarea is false | 17 PASS selectEventFiredOnDisabledTextarea is true |
| 18 | 18 |
| 19 PASS successfullyParsed is true | 19 PASS successfullyParsed is true |
| 20 | 20 |
| 21 TEST COMPLETE | 21 TEST COMPLETE |
| 22 | 22 |
| OLD | NEW |