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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/text/placeholder-with-positioned-element-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/placeholder-with-positioned-element-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-with-positioned-element-expected.html b/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-with-positioned-element-expected.html
index 096d09193cb41d7ac3dc4f608cb4e386c0fec4ff..7466eaac1b07639a72ade4cb599ca35305f94dbf 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-with-positioned-element-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-with-positioned-element-expected.html
@@ -2,4 +2,4 @@
<div>aaa</div>
<div>bbb</div>
</div>
-<input style="color: darkGray" value="placeholder">
+<input style="color: #757575;" value="placeholder">

Powered by Google App Engine
This is Rietveld 408576698