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

Unified Diff: third_party/WebKit/LayoutTests/fast/gradients/gradient-after-transparent-border.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/gradients/gradient-after-transparent-border.html
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/gradient-after-transparent-border.html b/third_party/WebKit/LayoutTests/fast/gradients/gradient-after-transparent-border.html
index a6e84260aa8c7547be9bef3af3e0d4d8076b2376..17102da9434a72f512ff7e9965de983f5b354437 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/gradient-after-transparent-border.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/gradient-after-transparent-border.html
@@ -15,7 +15,7 @@
}
.gradient {
- background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,255,1)), to(rgba(0,255,0,1)));
+ background: linear-gradient(rgba(0,0,255,1), rgba(0,255,0,1));
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698