| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt
|
| index e7e21ff08ede27d9c255201203f8e7f5077ab843..8cb635f9ab84c91115c18beddd4b735506c794fb 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt
|
| @@ -1,14 +1,17 @@
|
| Even though we can opt-out of fixed-position compositing for unscrollable fixed-position containers, we still need to composite fixed-position layers that need compositing for other reasons such as overlap.
|
|
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 4024],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 4024],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='absolute composited red box'",
|
| "position": [10, 100],
|
| "bounds": [100, 100],
|
| "contentsOpaque": true,
|
| @@ -16,6 +19,7 @@ Even though we can opt-out of fixed-position compositing for unscrollable fixed-
|
| "backgroundColor": "#FF0000"
|
| },
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'",
|
| "position": [10, 100],
|
| "bounds": [100, 100],
|
| "contentsOpaque": true,
|
|
|