Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698