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

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: 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/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 690624f461edc0bceffaac7a58a85ce9af3a755d..007024688053cc38d84248db1814a6d1410a8141 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