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

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

Issue 553983012: Turn off autofill highlight when changing option in an autofilled <select> element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add NeedRebaseline for test code. Created 6 years, 3 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/platform/linux/fast/forms/autofilled-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/autofilled-expected.txt b/LayoutTests/platform/linux/fast/forms/autofilled-expected.txt
index 81c530e1814fb1ea8db84a282fec8f3505b3eecf..e93fae1c317311d5b4f8046a975792c9050c8d01 100644
--- a/LayoutTests/platform/linux/fast/forms/autofilled-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/autofilled-expected.txt
@@ -1,5 +1,5 @@
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
@@ -18,6 +18,8 @@ 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 foregroundOf(select3) is not originalForeground
+PASS backgroundOf(select3) is not originalBackground
PASS select2.options.length is 3
PASS select2.options.length is 2
PASS foregroundOf(select2) is autofilledSelectForeground
@@ -35,4 +37,6 @@ PASS foregroundOf(select1) is originalForeground
PASS backgroundOf(select1) is originalBackground
PASS foregroundOf(select2) is originalForeground
PASS backgroundOf(select2) is originalBackground
+PASS foregroundOf(select3) is originalForeground
+PASS backgroundOf(select3) is originalBackground
« no previous file with comments | « LayoutTests/fast/forms/autofilled-expected.txt ('k') | LayoutTests/platform/win-xp/fast/forms/autofilled-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698