blob: 2f5311afdc791175eceb648475161c3e867eace5 [file] [log] [blame]
This tests setting the editing value of an input.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS oninput event was fired.
PASS input.value is "foo"
PASS document.querySelector(":invalid") is input
PASS onchange event was fired.
PASS successfullyParsed is true
TEST COMPLETE