| Index: third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html b/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
|
| index 2b6b05f3e84099032694b903c9a64f47e6c55a66..e3180c3c7db12bfd1a47d8061178ac9eab6f06dd 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/reflections/empty-reflection-with-mask.html
|
| @@ -9,7 +9,7 @@
|
| width: 500px;
|
| height: 500px;
|
| transform:translateZ(0);
|
| - -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 1.0)));
|
| + -webkit-box-reflect: below 0 linear-gradient(transparent, rgba(255, 255, 255, 1.0));
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
|
|