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

Unified Diff: LayoutTests/fast/forms/input-autofilled-expected.txt

Issue 471803003: Adjust autofilled property for <search> input and <select> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update code as per review comments. Created 6 years, 4 months 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/input-autofilled-expected.txt
diff --git a/LayoutTests/fast/forms/input-autofilled-expected.txt b/LayoutTests/fast/forms/input-autofilled-expected.txt
index 209567ae467262fd049ff2e54df97e4fcedc93c9..2efdc7e89a80a9628f799a46b2f49dbdffb63972 100644
--- a/LayoutTests/fast/forms/input-autofilled-expected.txt
+++ b/LayoutTests/fast/forms/input-autofilled-expected.txt
@@ -1,7 +1,35 @@
This tests that foreground and background colors properly change for autofilled inputs or select options. It can only be run using the test harness.
-
+
PASS successfullyParsed is true
TEST COMPLETE
+PASS foregroundOf(textarea1) is originalForeground
+PASS backgroundOf(textarea1) is originalBackground
+PASS search.value is "Search value"
+PASS foregroundOf(field) is not originalForeground
+PASS backgroundOf(field) is not originalBackground
+PASS foregroundOf(search) is not originalForeground
+PASS backgroundOf(search) is not originalBackground
+PASS foregroundOf(textarea1) is not originalForeground
+PASS backgroundOf(textarea1) is not originalBackground
+PASS foregroundOf(textarea2) is not originalForeground
+PASS backgroundOf(textarea2) is not originalBackground
+PASS foregroundOf(select1) is not originalForeground
+PASS backgroundOf(select1) is not originalBackground
+PASS foregroundOf(select2) is not originalForeground
+PASS backgroundOf(select2) is not originalBackground
+PASS search.value is ""
+PASS foregroundOf(field) is originalForeground
+PASS backgroundOf(field) is originalBackground
+PASS foregroundOf(search) is originalForeground
+PASS backgroundOf(search) is originalBackground
+PASS foregroundOf(textarea1) is originalForeground
+PASS backgroundOf(textarea1) is originalBackground
+PASS foregroundOf(textarea2) is originalForeground
+PASS backgroundOf(textarea2) is originalBackground
+PASS foregroundOf(select1) is originalForeground
+PASS backgroundOf(select1) is originalBackground
+PASS foregroundOf(select2) is originalForeground
+PASS backgroundOf(select2) is originalBackground
PASS

Powered by Google App Engine
This is Rietveld 408576698