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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html

Issue 1636073006: Placeholder style should meet WCAG contrast ratio guidelines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline tests Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html b/third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html
index b646b81574eabacc221ed37457ec71c3a88718c2..edba0824101cf026d248732fb3af9a831314fbdc 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html
@@ -1,5 +1,5 @@
<style>
-input { color: darkGray; font-size: 30px; width: 500px; }
+input { color: #757575; font-size: 30px; width: 500px; }
input.a { text-indent: 0px; }
input.b { text-indent: 10px; }
input.c { text-indent: 200px; }

Powered by Google App Engine
This is Rietveld 408576698