| Index: third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html
|
| index b3f95e42d69a6f001cbb24801697556c97c79f4f..ec19e55b43ca94c5e81b107ff617aaec0ac0be15 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/reflections/nested-reflection-mask-change.html
|
| @@ -26,7 +26,7 @@
|
| }
|
|
|
| .masked {
|
| - -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
|
| + -webkit-mask: linear-gradient(to right, transparent, white);
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
|
|