1 This test verifies that the change event is fired, when value is changed in change event handler.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS input.value is "foo bar baz"
7 PASS changeEventCounter is 1
9 PASS input.value is "foo bar baz"
10 PASS changeEventCounter is 2
11 PASS successfullyParsed is true