Index: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt |
index 2d7bbf169fb7b55f29297d766fbd8bcff47900d9..4416db54feeb19a7e29ad36e144ae228cbe07ade 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt |
@@ -1,13 +1,16 @@ |
Layer tree when the fixed elements are out-of-view (should have just a root layer): |
{ |
+ "name": "Content Root Layer", |
"bounds": [785, 4016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [785, 4016], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed1'", |
"position": [100, -100], |
"bounds": [10, 10], |
"contentsOpaque": true, |
@@ -15,6 +18,7 @@ Layer tree when the fixed elements are out-of-view (should have just a root laye |
"backgroundColor": "#C0C0C0" |
}, |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed2'", |
"position": [100, 100], |
"bounds": [10, 0], |
"contentsOpaque": true, |
@@ -27,14 +31,17 @@ Layer tree when the fixed elements are out-of-view (should have just a root laye |
} |
Layer tree when the fixed elements are in-view (both fixed elements should have layers): |
{ |
+ "name": "Content Root Layer", |
"bounds": [785, 4016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [785, 4016], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed1'", |
"position": [100, 50], |
"bounds": [10, 10], |
"contentsOpaque": true, |
@@ -42,6 +49,7 @@ Layer tree when the fixed elements are in-view (both fixed elements should have |
"backgroundColor": "#C0C0C0" |
}, |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed2'", |
"position": [100, 100], |
"bounds": [10, 10], |
"contentsOpaque": true, |
@@ -54,14 +62,17 @@ Layer tree when the fixed elements are in-view (both fixed elements should have |
} |
Layer tree when the fixed elements are out-of-view again (should have just a root layer): |
{ |
+ "name": "Content Root Layer", |
"bounds": [785, 4016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [785, 4016], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed1'", |
"position": [100, -100], |
"bounds": [10, 10], |
"contentsOpaque": true, |
@@ -69,6 +80,7 @@ Layer tree when the fixed elements are out-of-view again (should have just a roo |
"backgroundColor": "#C0C0C0" |
}, |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='fixed2'", |
"position": [100, 100], |
"bounds": [10, 0], |
"contentsOpaque": true, |