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

Unified Diff: third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/reflections/masked-reflection-on-composited.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
diff --git a/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html b/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
index 2b6b05f3e84099032694b903c9a64f47e6c55a66..e3180c3c7db12bfd1a47d8061178ac9eab6f06dd 100644
--- a/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
+++ b/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
@@ -9,7 +9,7 @@
width: 500px;
height: 500px;
transform:translateZ(0);
- -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 1.0)));
+ -webkit-box-reflect: below 0 linear-gradient(transparent, rgba(255, 255, 255, 1.0));
}
</style>
<script type="text/javascript" charset="utf-8">
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/reflections/masked-reflection-on-composited.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698