blob: a8c0acc9d53ae6cec63b6b01efdcdef680170511 [file]
This test checks users can input pre-edit text longer than maxlength.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.selectionStart is 0
PASS input.selectionEnd is 4
PASS input.value.substring(input.selectionStart, input.selectionEnd) is "abcd"
PASS successfullyParsed is true
TEST COMPLETE