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

Unified Diff: third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-linear-gradients2.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/css3-repeating-linear-gradients2.html
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-linear-gradients2.html b/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-linear-gradients2.html
index 43e39f3ecd9e55d5234e878bb6c065765264b3b0..9e7d0201a9bd643a4b49453158da6ab76f277513 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-linear-gradients2.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-linear-gradients2.html
@@ -13,8 +13,7 @@
}
.linear1 {
- background-image: -webkit-repeating-linear-gradient(0deg, green 150px, blue 175px, blue 200px);
- background-image: -moz-repeating-linear-gradient(0deg, green 150px, blue 175px, blue 200px);
+ background-image: repeating-linear-gradient(90deg, green 150px, blue 175px, blue 200px);
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698