| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers.html
|
| index cf61ae31ed8714b839d66a4fb384054a97db94da..225fbf6b0074e9dfccca246323dcaf462ff28c11 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers.html
|
| @@ -67,7 +67,7 @@
|
| <pre id="layertree"></pre>
|
|
|
| <div class="scrollable bigBox">
|
| - <div style="height: 800px;"></div>
|
| + <div style="height: 800px; background-image: linear-gradient(to bottom,red,orange,yellow, green, blue,indigo,violet);"></div>
|
| <div class="fixed lime box"></div>
|
| </div>
|
| </body>
|
|
|