| This test checks if setSelectionRange(), selectionStart, and selectionEnd on a textarea and input work as expected. This includes checking edge cases such as out-of-bound values. |
| If this test passed you'll see a bunch of correct selection ranges below. Check the expected file for the correct ranges. |
| button.selectionStart threw exception |
| button.selectionStart = 0 threw exception |
| button.selectionEnd threw exception |
| button.selectionEnd = 0 threw exception |
| button.setSelectionRange defined |
| button.setSelectionRange(0,0) threw exception |