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

Unified Diff: third_party/WebKit/LayoutTests/images/color-profile-reflection.html

Issue 2746583003: Send deprecation messages for prefixed gradients now that it's possible. (Closed)
Patch Set: one last manual rebaseline Created 3 years, 9 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/images/color-profile-reflection.html
diff --git a/third_party/WebKit/LayoutTests/images/color-profile-reflection.html b/third_party/WebKit/LayoutTests/images/color-profile-reflection.html
index c5f04817939ad946427116c139f7eb5b17be736c..e5af1add286d754d362fa57082b42cbbee6ed1ce 100644
--- a/third_party/WebKit/LayoutTests/images/color-profile-reflection.html
+++ b/third_party/WebKit/LayoutTests/images/color-profile-reflection.html
@@ -4,8 +4,7 @@
<style>
.reflection {
- -webkit-box-reflect: below 5px -webkit-gradient(linear, left top, left bottom,
- from(transparent), color-stop(0, transparent), to(white));
+ -webkit-box-reflect: below 5px linear-gradient(transparent, white);
background: url("resources/red-at-12-oclock-with-color-profile.jpg");
height: 260px;
}

Powered by Google App Engine
This is Rietveld 408576698