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

Unified Diff: LayoutTests/fast/forms/autocomplete-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/autocomplete-expected.txt
diff --git a/LayoutTests/fast/forms/autocomplete-expected.txt b/LayoutTests/fast/forms/autocomplete-expected.txt
index 88e405ef8ffd2c8405b29dcafae9f352840726b6..d16a92c8f7e50338315d67ac6dda976b7bdb5ddb 100644
--- a/LayoutTests/fast/forms/autocomplete-expected.txt
+++ b/LayoutTests/fast/forms/autocomplete-expected.txt
@@ -1,5 +1,8 @@
This tests that the 'autocomplete' attribute of form and input elements is bound to a JavaScript property.
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS ('autocomplete' in form) is true
PASS ('autocomplete' in field) is true
PASS form.getAttribute('autocomplete') is null
@@ -10,7 +13,4 @@ PASS form.getAttribute('autocomplete') is "off"
PASS field.getAttribute('autocomplete') is "off"
PASS form.autocomplete is "on"
PASS field.autocomplete is "on"
-PASS successfullyParsed is true
-
-TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698