| Index: Source/WebKit/chromium/tests/data/layer_background_color.html
|
| diff --git a/Source/WebKit/chromium/tests/data/layer_background_color.html b/Source/WebKit/chromium/tests/data/layer_background_color.html
|
| index 9e53e63a97130b80783306a13ad27ea81030b7ed..05786c944c65ff8e4582f859306f1d34931c4418 100644
|
| --- a/Source/WebKit/chromium/tests/data/layer_background_color.html
|
| +++ b/Source/WebKit/chromium/tests/data/layer_background_color.html
|
| @@ -13,7 +13,11 @@
|
| }
|
| </style>
|
| <head>
|
| -<body>
|
| +
|
| +<!-- Fixed position elements may skip compositing without a scrollable
|
| +ancestor. To make sure this test covers the intended scenario, we force the
|
| +body element to be tall, so that the FrameView is scrolling. -->
|
| +<body style="height: 4000px;">
|
| <div id="layer" class="composited">
|
| inner layer
|
| </div>
|
|
|