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

Unified Diff: LayoutTests/platform/win/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/win/fast/forms/autofilled-expected.txt
diff --git a/LayoutTests/platform/win/fast/forms/autofilled-expected.txt b/LayoutTests/platform/win/fast/forms/autofilled-expected.txt
index 8044d8c286960c1073a852762af3c00235f61b78..6dbc67d953b7bf3fe280808355326f86df239be1 100644
--- a/LayoutTests/platform/win/fast/forms/autofilled-expected.txt
+++ b/LayoutTests/platform/win/fast/forms/autofilled-expected.txt
@@ -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/platform/win-xp/fast/forms/autofilled-expected.txt ('k') | Source/core/html/HTMLSelectElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698