| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
|
| index c11eefd003395acc2965b05a439281822e9998e8..4a6bbc0282ef9a942560b900e8f12bb29e410f07 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
|
| @@ -1,52 +1,44 @@
|
| Should be compositedShould not be composited
|
| Should be composited
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='to-animate' class='container animating'",
|
| + "position": [8, 8],
|
| + "bounds": [262, 212],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV class='composited banner'",
|
| + "position": [6, 6],
|
| + "bounds": [250, 50],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#C0C0C0"
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='test1 box')",
|
| + "position": [11, 21],
|
| + "bounds": [100, 100],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
|
| + "position": [18, 230],
|
| + "bounds": [100, 100],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='to-animate' class='container animating'",
|
| - "position": [8, 8],
|
| - "bounds": [262, 212],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV class='composited banner'",
|
| - "position": [6, 6],
|
| - "bounds": [250, 50],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#C0C0C0"
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='test1 box')",
|
| - "position": [11, 21],
|
| - "bounds": [100, 100],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
|
| - "position": [18, 230],
|
| - "bounds": [100, 100],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - }
|
| - ]
|
| + "backgroundColor": "#0000FF"
|
| }
|
| ]
|
| }
|
|
|