| Index: third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt b/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt
|
| index 5a270c8cb15e36b655f4cb3d5d598b862a45f1f0..a1508e5e5131dc8d7e33c47e7bca3ca4ae8b6da1 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/will-change/composited-layers-expected.txt
|
| @@ -1,70 +1,66 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='willChangeOpacity' class='shouldComposite'",
|
| + "position": [12, 42],
|
| + "bounds": [30, 30],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='willChangeTransform' class='shouldComposite'",
|
| + "position": [12, 76],
|
| + "bounds": [30, 30],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeLeft' class='positioned shouldComposite'",
|
| + "position": [12, 144],
|
| + "bounds": [30, 30],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeRight' class='positioned shouldComposite'",
|
| + "position": [12, 212],
|
| + "bounds": [30, 30],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeTop' class='positioned shouldComposite'",
|
| + "position": [12, 280],
|
| + "bounds": [30, 30],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeBottom' class='positioned shouldComposite'",
|
| + "position": [12, 348],
|
| + "bounds": [30, 30],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='willChangeCombinationThatComposites' class='shouldComposite'",
|
| + "position": [12, 416],
|
| + "bounds": [30, 30],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='willChangeOpacity' class='shouldComposite'",
|
| - "position": [12, 42],
|
| - "bounds": [30, 30],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='willChangeTransform' class='shouldComposite'",
|
| - "position": [12, 76],
|
| - "bounds": [30, 30],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeLeft' class='positioned shouldComposite'",
|
| - "position": [12, 144],
|
| - "bounds": [30, 30],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeRight' class='positioned shouldComposite'",
|
| - "position": [12, 212],
|
| - "bounds": [30, 30],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeTop' class='positioned shouldComposite'",
|
| - "position": [12, 280],
|
| - "bounds": [30, 30],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV id='willChangeBottom' class='positioned shouldComposite'",
|
| - "position": [12, 348],
|
| - "bounds": [30, 30],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='willChangeCombinationThatComposites' class='shouldComposite'",
|
| - "position": [12, 416],
|
| - "bounds": [30, 30],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - }
|
| - ]
|
| + "backgroundColor": "#008000"
|
| }
|
| ]
|
| }
|
|
|