1 Test to NOT restore form state to a form with autocomplete=off.
3 PASS successfullyParsed is true
6 Controls in the first form should have their default values:
7 PASS document.getElementById("input1").value is ""
8 PASS document.getElementById("textarea1").value is ""
9 PASS document.getElementById("select1").value is "Mac"
10 Controls in the second form should have edited values:
11 PASS document.getElementById("input2").value is "value2"
12 PASS document.getElementById("textarea2").value is "good"
13 PASS document.getElementById("select2").value is "BSD"