| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| index 65921221573f5d6412b8690ce9bb337a41e643c2..8fdee5e2d093a32103c26b4e0817b0eb53169bdc 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt
|
| @@ -1,32 +1,26 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutHTMLCanvas CANVAS id='world'",
|
| - "position": [8, 8],
|
| - "bounds": [100, 50],
|
| - "drawsContent": true
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='output')",
|
| - "position": [8, 8],
|
| - "bounds": [100, 50],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='world'",
|
| + "position": [8, 8],
|
| + "bounds": [100, 50],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='output')",
|
| + "position": [8, 8],
|
| + "bounds": [100, 50],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|