7 This test verifies that text-type input form controls are properly reset by both a reset input control and a reset button control.
8 (But file input element values can't be modified by JS, so this test can't be used for those.)
10 You should see six element IDs below, and the word "SUCCESS" twice after each:
12 textEmpty : SUCCESS : SUCCESS
13 textValue : SUCCESS : SUCCESS
14 passwordEmpty : SUCCESS : SUCCESS
15 passwordValue : SUCCESS : SUCCESS
16 hiddenEmpty : SUCCESS : SUCCESS
17 hiddenValue : SUCCESS : SUCCESS