| OLD | NEW |
| (Empty) |
| 1 Test for BUG=367736: Blink does not respect input.selectionStart and input.selec
tionEnd for some cases. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS firstInput.selectionStart is 0 | |
| 7 PASS firstInput.selectionEnd is 0 | |
| 8 PASS firstInput.selectionStart is 3 | |
| 9 PASS firstInput.selectionEnd is 5 | |
| 10 PASS secondInput.selectionStart is 1 | |
| 11 PASS secondInput.selectionEnd is 1 | |
| 12 PASS secondInput.selectionStart is 1 | |
| 13 PASS secondInput.selectionEnd is 1 | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |