| OLD | NEW |
| 1 Tests for selectionStart and selectionEnd on read-only INPUT and TEXTAREA. | 1 Tests for selectionStart and selectionEnd on read-only INPUT and TEXTAREA. |
| 2 bug 25444: SelectionStart, selectionEnd properties return wrong values when the
selection is in a form input. | 2 bug 25444: SelectionStart, selectionEnd properties return wrong values when the
selection is in a form input. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 PASS element.selectionStart is 0 | 9 PASS element.selectionStart is 0 |
| 10 PASS element.selectionEnd is 10 | 10 PASS element.selectionEnd is 10 |
| 11 PASS element.selectionStart is 0 | 11 PASS element.selectionStart is 0 |
| 12 PASS element.selectionEnd is 9 | 12 PASS element.selectionEnd is 9 |
| 13 PASS element.selectionStart is 1 | 13 PASS element.selectionStart is 1 |
| 14 PASS element.selectionEnd is 10 | 14 PASS element.selectionEnd is 10 |
| 15 PASS element.selectionStart is 5 | 15 PASS element.selectionStart is 5 |
| 16 PASS element.selectionEnd is 5 | 16 PASS element.selectionEnd is 5 |
| 17 PASS element.selectionStart is 5 | 17 PASS element.selectionStart is 5 |
| 18 PASS element.selectionEnd is 5 | 18 PASS element.selectionEnd is 5 |
| 19 PASS element.selectionStart is 0 | 19 PASS element.selectionStart is 0 |
| 20 PASS element.selectionEnd is 0 | 20 PASS element.selectionEnd is 0 |
| 21 PASS element.selectionStart is 0 | 21 PASS element.selectionStart is 10 |
| 22 PASS element.selectionEnd is 10 | 22 PASS element.selectionEnd is 10 |
| 23 PASS element.selectionStart is 0 | 23 PASS element.selectionStart is 0 |
| 24 PASS element.selectionEnd is 10 | 24 PASS element.selectionEnd is 10 |
| 25 PASS element.selectionStart is 0 | 25 PASS element.selectionStart is 0 |
| 26 PASS element.selectionEnd is 9 | 26 PASS element.selectionEnd is 9 |
| 27 PASS element.selectionStart is 1 | 27 PASS element.selectionStart is 1 |
| 28 PASS element.selectionEnd is 10 | 28 PASS element.selectionEnd is 10 |
| 29 PASS element.selectionStart is 5 | 29 PASS element.selectionStart is 5 |
| 30 PASS element.selectionEnd is 5 | 30 PASS element.selectionEnd is 5 |
| 31 PASS element.selectionStart is 5 | 31 PASS element.selectionStart is 5 |
| 32 PASS element.selectionEnd is 5 | 32 PASS element.selectionEnd is 5 |
| 33 PASS element.selectionStart is 0 | 33 PASS element.selectionStart is 0 |
| 34 PASS element.selectionEnd is 0 | 34 PASS element.selectionEnd is 0 |
| 35 PASS element.selectionStart is 0 | 35 PASS element.selectionStart is 10 |
| 36 PASS element.selectionEnd is 10 | 36 PASS element.selectionEnd is 10 |
| 37 PASS successfullyParsed is true | 37 PASS successfullyParsed is true |
| 38 | 38 |
| 39 TEST COMPLETE | 39 TEST COMPLETE |
| 40 | 40 |
| OLD | NEW |