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; } |