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

Unified Diff: third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.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-with-zoom.html
diff --git a/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html b/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html
index f4fd1cf85f24a6f90b8abf7a47bd47494b5ced7f..e6fecc69422e36110c10c5af04d20a9603f71014 100644
--- a/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html
+++ b/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html
@@ -6,7 +6,7 @@
}
img {
border: 1px solid black;
- -webkit-box-reflect: below 1px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(white));
+ -webkit-box-reflect: below 1px linear-gradient(transparent, white);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698