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

Unified Diff: third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.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/compositing/reflections/nested-reflection-mask-change.html
diff --git a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html
index b3f95e42d69a6f001cbb24801697556c97c79f4f..ec19e55b43ca94c5e81b107ff617aaec0ac0be15 100644
--- a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html
+++ b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html
@@ -26,7 +26,7 @@
}
.masked {
- -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
+ -webkit-mask: linear-gradient(to right, transparent, white);
}
</style>
<script type="text/javascript" charset="utf-8">

Powered by Google App Engine
This is Rietveld 408576698