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