| Index: third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
|
| index 782a82cf42e0d933e7a31f3d61ff08717f49f69c..504ee3a3b55cb57f4c9809d678a4656ad824c855 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/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, 72],
|
| "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,
|
|
|