Index: third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html |
diff --git a/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html b/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html |
index f4fd1cf85f24a6f90b8abf7a47bd47494b5ced7f..e6fecc69422e36110c10c5af04d20a9603f71014 100644 |
--- a/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html |
+++ b/third_party/WebKit/LayoutTests/fast/reflections/reflection-with-zoom.html |
@@ -6,7 +6,7 @@ |
} |
img { |
border: 1px solid black; |
- -webkit-box-reflect: below 1px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(white)); |
+ -webkit-box-reflect: below 1px linear-gradient(transparent, white); |
} |
</style> |
</head> |