Index: third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-added-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-added-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-added-expected.txt |
index c2f80ac41773d8589aed3e90b22fea11340a812c..aabfed15504fd2d4712bf485df7f903de267a91c 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-added-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/translatez-added-expected.txt |
@@ -1,22 +1,18 @@ |
{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
+ "layers": [ |
{ |
"name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "name": "LayoutBlockFlow DIV id='test' class='box composited'", |
+ "position": [18, 10], |
+ "bounds": [210, 210], |
+ "contentsOpaque": true, |
"drawsContent": true, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow DIV id='test' class='box composited'", |
- "position": [18, 10], |
- "bounds": [210, 210], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#0000FF" |
- } |
- ] |
+ "backgroundColor": "#0000FF" |
} |
] |
} |