Index: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt |
index 1a79f423ab31d4cccab8138a4fa9f3eefccc91d0..30bba4a03d4c7bb617c3d3d10c43b823bef4beb1 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt |
@@ -5,14 +5,17 @@ TEST COMPLETE |
The layer trees before and after should be the same, except for the position of the 50x50 sized composited fixed position layer. |
BEFORE: |
{ |
+ "name": "Content Root Layer", |
"bounds": [2008, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [2008, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'", |
"position": [20, -80], |
"bounds": [50, 50], |
"contentsOpaque": true, |
@@ -31,14 +34,17 @@ BEFORE: |
} |
AFTER: |
{ |
+ "name": "Content Root Layer", |
"bounds": [2008, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [2008, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV class='positionedAndTransformed fixed'", |
"position": [20, -70], |
"bounds": [50, 50], |
"contentsOpaque": true, |