Index: third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt |
index 01cf10f1b5ecb66f12757fc645902cff10d09630..ea7e791f8e2b8bda36c0bcfac439cbd087d2f14d 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/geometry/foreground-layer-expected.txt |
@@ -1,19 +1,23 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box'", |
"position": [18, 88], |
"bounds": [320, 320], |
"drawsContent": true, |
"backgroundColor": "#FF0000", |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV class='negative child'", |
"position": [60, 60], |
"bounds": [50, 50], |
"transform": [ |
@@ -24,22 +28,26 @@ |
] |
}, |
{ |
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreground) Layer", |
"bounds": [320, 320], |
"drawsContent": true |
} |
] |
}, |
{ |
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box'", |
"position": [362, 18], |
"bounds": [320, 320], |
"drawsContent": true, |
"backgroundColor": "#FF0000", |
"children": [ |
{ |
+ "name": "Child Containment Layer", |
"position": [60, 60], |
"bounds": [200, 200], |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV class='negative child'", |
"bounds": [50, 50], |
"transform": [ |
[1, 0, 0, 0], |
@@ -49,6 +57,7 @@ |
] |
}, |
{ |
+ "name": "LayoutBlockFlow (relative positioned) DIV class='main box' (foreground) Layer", |
"bounds": [200, 200], |
"drawsContent": true |
} |