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

Unified Diff: third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.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-end-fill.html
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html b/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html
index 56e6df4a0d75c60e3e01b38ec3b80159a1884601..aca09937c88a2e0dcb140326b3f71783e613b31c 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html
@@ -6,11 +6,11 @@
display: inline-block;
width: 200px;
height: 100px;
- background-image: -webkit-repeating-linear-gradient(red 10%, green 10%, green 30%);
+ background-image: repeating-linear-gradient(red 10%, green 10%, green 30%);
}
.ref {
- background-image: -webkit-repeating-linear-gradient(green 10%, green 30%);
+ background-image: repeating-linear-gradient(green 10%, green 30%);
}
</style>
<script type="text/javascript" charset="utf-8">
@@ -26,4 +26,4 @@
<div class="ref"></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698