Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / state-restore-to-non-autocomplete-form-expected.txt
blobbe395feda293ff28ab8bdbcf9e8b28c7ff7e4b14
1 Test to NOT restore form state to a form with autocomplete=off.
3 PASS successfullyParsed is true
5 TEST COMPLETE
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"
15   
16