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 e0e15a15915813262f0b921c719176d80027542a..1dad370f9997a1cea3e35186ba85439260b6b105 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 |
@@ -1,12 +1,15 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-simple'", |
"position": [13, 8], |
"bounds": [50, 50], |
"contentsOpaque": true, |
@@ -14,30 +17,35 @@ |
"backgroundColor": "#008000" |
}, |
{ |
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-transparent-background'", |
"position": [13, 73], |
"bounds": [50, 50], |
"drawsContent": true, |
"backgroundColor": "#00FF007F" |
}, |
{ |
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-padding'", |
"position": [13, 138], |
"bounds": [60, 60], |
"drawsContent": true, |
"backgroundColor": "#008000" |
}, |
{ |
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-border'", |
"position": [13, 203], |
"bounds": [60, 60], |
"drawsContent": true, |
"backgroundColor": "#008000" |
}, |
{ |
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-image'", |
"position": [13, 268], |
"bounds": [50, 50], |
"drawsContent": true, |
"backgroundColor": "#008000" |
}, |
{ |
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'", |
"position": [13, 333], |
"bounds": [60, 60], |
"contentsOpaque": true, |