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

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

Issue 613213002: [Patch resubmit]: 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: Update code as per review comments. Created 6 years, 2 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
deleted file mode 100644
index 81c530e1814fb1ea8db84a282fec8f3505b3eecf..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/linux/fast/forms/autofilled-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-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 select2.options.length is 3
-PASS select2.options.length is 2
-PASS foregroundOf(select2) is autofilledSelectForeground
-PASS backgroundOf(select2) is autofilledSelectBackground
-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
-
« 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