blob: 42aeede7588eca9a93cde8ee3278328b635966c6 [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