Index: third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt |
index e7323dc93788268dc785dff9e38317f022f8af66..8fc247ab71de49a856633a5291bd12a87b11d45b 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/move-squashing-layer-expected.txt |
@@ -1,14 +1,17 @@ |
This tests that squashed layers' offset from renderer is updated properly. If not properly updated, the two divs will appear to be aligned vertically in the pixel results, while really the blue div ('squashed') should be offset 100px left of the green ('host'). |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='background'", |
"position": [8, 50], |
"bounds": [100, 100], |
"contentsOpaque": true, |
@@ -16,9 +19,11 @@ This tests that squashed layers' offset from renderer is updated properly. If no |
"backgroundColor": "#FFFF00" |
}, |
{ |
+ "name": "Squashing Containment Layer", |
"shouldFlattenTransform": false, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='host'", |
"position": [100, 100], |
"bounds": [100, 100], |
"contentsOpaque": true, |
@@ -26,6 +31,7 @@ This tests that squashed layers' offset from renderer is updated properly. If no |
"backgroundColor": "#008000" |
}, |
{ |
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV id='squashed')", |
"position": [8, 8], |
"bounds": [100, 100], |
"drawsContent": true |