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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt
diff --git a/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt b/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt
index 4783f3f4e087f648e318be0a07c6e1551af99367..be395feda293ff28ab8bdbcf9e8b28c7ff7e4b14 100644
--- a/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt
+++ b/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt
@@ -1,5 +1,8 @@
Test to NOT restore form state to a form with autocomplete=off.
+PASS successfullyParsed is true
+
+TEST COMPLETE
Controls in the first form should have their default values:
PASS document.getElementById("input1").value is ""
PASS document.getElementById("textarea1").value is ""
@@ -8,9 +11,6 @@ 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

Powered by Google App Engine
This is Rietveld 408576698