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