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

Unified Diff: third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.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/reflections/reflection-masks.html
diff --git a/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html b/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html
index d354dc1bbacaf57a35fedb0a17b555ad2e10f4ea..29607c7470eac6e184dfdaf08390330e86bd6d85 100644
--- a/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html
+++ b/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html
@@ -1,2 +1,2 @@
<img src="resources/kate.png" style="-webkit-box-reflect:below 2px url(resources/vignette-mask.png) 75 75 75 75 stretch stretch">
-<img src="resources/kate.png" style="-webkit-box-reflect:below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), to(black), color-stop(0.5, transparent))">
+<img src="resources/kate.png" style="-webkit-box-reflect:below 2px linear-gradient(transparent, transparent 50%, black)">

Powered by Google App Engine
This is Rietveld 408576698