| Index: third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt
|
| index 6b38a2ef5f6ea30799b721088d736c59eb5faedf..53ea0970e4b21d92ebde5f0c74698ae16945d8f1 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/draws-content/webgl-background-layer-expected.txt
|
| @@ -1,50 +1,46 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'",
|
| + "position": [13, 8],
|
| + "bounds": [50, 50],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'",
|
| + "position": [13, 73],
|
| + "bounds": [60, 60],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='canvas-border'",
|
| + "position": [13, 138],
|
| + "bounds": [60, 60],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='canvas-image'",
|
| + "position": [13, 203],
|
| + "bounds": [50, 50],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
|
| + "position": [13, 268],
|
| + "bounds": [50, 50],
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'",
|
| - "position": [13, 8],
|
| - "bounds": [50, 50],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'",
|
| - "position": [13, 73],
|
| - "bounds": [60, 60],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutHTMLCanvas CANVAS id='canvas-border'",
|
| - "position": [13, 138],
|
| - "bounds": [60, 60],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutHTMLCanvas CANVAS id='canvas-image'",
|
| - "position": [13, 203],
|
| - "bounds": [50, 50],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'",
|
| - "position": [13, 268],
|
| - "bounds": [50, 50],
|
| - "drawsContent": true,
|
| - "backgroundColor": "#00FF007F"
|
| - }
|
| - ]
|
| + "backgroundColor": "#00FF007F"
|
| }
|
| ]
|
| }
|
|
|