blob: 9ef07dcf01c9910413d2087036d0453008651292 [file] [log] [blame]
This test attempts to insert a character in the middle of a text field with maxlength.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.value is "abc"
PASS input.getAttribute("maxlength") is "3"
PASS input.value is "abc"
PASS successfullyParsed is true
TEST COMPLETE