Index: third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html |
diff --git a/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html b/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html |
index d354dc1bbacaf57a35fedb0a17b555ad2e10f4ea..29607c7470eac6e184dfdaf08390330e86bd6d85 100644 |
--- a/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html |
+++ b/third_party/WebKit/LayoutTests/fast/reflections/reflection-masks.html |
@@ -1,2 +1,2 @@ |
<img src="resources/kate.png" style="-webkit-box-reflect:below 2px url(resources/vignette-mask.png) 75 75 75 75 stretch stretch"> |
-<img src="resources/kate.png" style="-webkit-box-reflect:below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), to(black), color-stop(0.5, transparent))"> |
+<img src="resources/kate.png" style="-webkit-box-reflect:below 2px linear-gradient(transparent, transparent 50%, black)"> |