blob: 85d8ca1671df3fd186a1e41b500b64abf5aa97e5 [file] [log] [blame]
Test to NOT restore form state to a form with autocomplete=off.
Controls in the first form should have their default values:
PASS document.getElementById("input1").value is ""
PASS document.getElementById("textarea1").value is ""
PASS document.getElementById("select1").value is "Mac"
Controls in the second form should have edited values:
PASS document.getElementById("input2").value is "value2"
PASS document.getElementById("textarea2").value is "good"
PASS document.getElementById("select2").value is "BSD"
PASS successfullyParsed is true
TEST COMPLETE
Mac
Windows
BSD
Mac
Windows
BSD