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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/type-after-focus-rule-shrink-width.html

Issue 2746583003: Send deprecation messages for prefixed gradients now that it's possible. (Closed)
Patch Set: recommit Created 3 years, 8 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/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>

Powered by Google App Engine
This is Rietveld 408576698