Index: third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt |
index 89faca6146caf21baa26bb43ef67b4e77cecb275..f8c955537d5a000fd2c91c07dc1661a50afd7dfe 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt |
@@ -1,42 +1,51 @@ |
Even though the fixed-position element's container is nonscrollable, it should still be composited because one of its ancestors is scrolling. |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow DIV class='scrollable bigBox'", |
"position": [8, 68], |
"bounds": [302, 302], |
"shouldFlattenTransform": false, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "Scrolling Layer", |
"position": [1, 1], |
"bounds": [285, 285], |
"shouldFlattenTransform": false, |
"children": [ |
{ |
+ "name": "Scrolling Contents Layer", |
"bounds": [285, 800], |
"drawsContent": true |
} |
] |
}, |
{ |
+ "name": "Overflow Controls Host Layer", |
"bounds": [302, 302], |
"children": [ |
{ |
+ "name": "Horizontal Scrollbar Layer", |
"position": [1, 286], |
"bounds": [285, 15] |
}, |
{ |
+ "name": "Vertical Scrollbar Layer", |
"position": [286, 1], |
"bounds": [15, 285] |
}, |
{ |
+ "name": "Scroll Corner Layer", |
"position": [286, 286], |
"bounds": [15, 15], |
"drawsContent": true |
@@ -46,6 +55,7 @@ Even though the fixed-position element's container is nonscrollable, it should s |
] |
}, |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV class='fixed lime box'", |
"position": [10, 100], |
"bounds": [100, 100], |
"contentsOpaque": true, |