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; |
} |