| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
|
| index 95e85dc8c19afbe27a8105346bdeb8158812cedb..f08ccd41260879b0f730ac14060c0cf557f9e35b 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-in-fixed-overflow.html
|
| @@ -19,6 +19,7 @@
|
| width: 100px;
|
| height: 1000px;
|
| background-color: blue;
|
| + background-image: linear-gradient(to bottom,red,orange,yellow, green, blue,indigo,violet);
|
| }
|
| </style>
|
| <div class="overflow fixed">
|
|
|