| Index: third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
|
| index 048b645a4cca86f0809ebf4d959873590b2b9ab3..2531d0dcc7cca54a989ec76f0f76ea62dd5882ca 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
|
| @@ -45,10 +45,24 @@
|
| {
|
| "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'",
|
| "position": [13, 333],
|
| - "bounds": [60, 60],
|
| + "bounds": [50, 50],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-border'",
|
| + "position": [13, 398],
|
| + "bounds": [60, 60],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-box-shadow'",
|
| + "position": [13, 463],
|
| + "bounds": [60, 60],
|
| + "drawsContent": true,
|
| + "backgroundColor": "#008000"
|
| }
|
| ]
|
| }
|
|
|