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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint.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/paint/invalidation/gradients-em-stops-repaint.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint.html b/third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint.html
index 66f69adb49c1ffb82607226be712bf049a9c6b60..947d443472272bd45292b9f970046ac2f2c5f788 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/gradients-em-stops-repaint.html
@@ -14,8 +14,7 @@
}
.em-units > .box {
- background-image: -webkit-linear-gradient(left, yellow, yellow 5em, green 5em);
- background-image: -moz-linear-gradient(left, yellow, yellow 5em, green 5em);
+ background-image: linear-gradient(to right, yellow, yellow 5em, green 5em);
}
.indicator {

Powered by Google App Engine
This is Rietveld 408576698