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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/text/placeholder-pseudo-style-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-pseudo-style-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-pseudo-style-expected.html b/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-pseudo-style-expected.html
index 147639aee31db28bdfaec67a0552a1a9ce2095f0..8050d244a206453d63d5f48d28a9237dfc3b4a85 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-pseudo-style-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/text/placeholder-pseudo-style-expected.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<style>
input {
- color: darkGray;
+ color: #757575;
}
input.red {

Powered by Google App Engine
This is Rietveld 408576698