| OLD | NEW |
| (Empty) |
| 1 Test select event is triggered on input and textarea Elements. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS input.focus() | |
| 7 PASS input.select() | |
| 8 PASS input.setSelectionRange() | |
| 9 PASS input.setRangeText() | |
| 10 PASS input.selectionStart | |
| 11 PASS input.selectionEnd | |
| 12 PASS input.selectionDirection | |
| 13 PASS textarea.focus() | |
| 14 PASS textarea.select() | |
| 15 PASS textarea.setSelectionRange() | |
| 16 PASS textarea.setRangeText() | |
| 17 PASS textarea.selectionStart | |
| 18 PASS textarea.selectionEnd | |
| 19 PASS textarea.selectionDirection | |
| 20 PASS successfullyParsed is true | |
| 21 | |
| 22 TEST COMPLETE | |
| 23 | |
| OLD | NEW |