Index: third_party/WebKit/LayoutTests/fast/forms/type-after-focus-rule-shrink-width.html |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/type-after-focus-rule-shrink-width.html b/third_party/WebKit/LayoutTests/fast/forms/type-after-focus-rule-shrink-width.html |
index 21afb09345b2c2cfcaf0bfb4f35d85384b7f46c2..206ff4d7016f7df77b492f63037c5d0fb0106324 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/type-after-focus-rule-shrink-width.html |
+++ b/third_party/WebKit/LayoutTests/fast/forms/type-after-focus-rule-shrink-width.html |
@@ -3,7 +3,7 @@ |
<head> |
<style> |
-input { width: 200px; background: -webkit-linear-gradient(left, white 110px, green 100px); } |
+input { width: 200px; background: linear-gradient(to right, white 110px, green 100px); } |
input:focus { width: 100px; } |
</style> |