| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
|
| index 8310bdf679b04d1ff4c3046d1c805f331edd4767..890283d431332ca4b3afed242bfbca13b20c2962 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
|
| @@ -1,38 +1,32 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
|
| + "position": [10, 10],
|
| + "bounds": [120, 120],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
|
| + "position": [50, 50],
|
| + "bounds": [220, 120],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FF000099"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='indicator'",
|
| + "position": [75, 75],
|
| + "bounds": [56, 56],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
|
| - "position": [10, 10],
|
| - "bounds": [120, 120],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
|
| - "position": [50, 50],
|
| - "bounds": [220, 120],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FF000099"
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='indicator'",
|
| - "position": [75, 75],
|
| - "bounds": [56, 56],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - }
|
| - ]
|
| + "backgroundColor": "#0000FF"
|
| }
|
| ]
|
| }
|
|
|