| Index: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
|
| index c1061fbbfe57c179ff8ff635ed5170e08749743c..9bbae17c11cfa6a5f52d990f1a3edc98a1da8020 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-with-non-stacking-context-composited-ancestor-expected.txt
|
| @@ -1,85 +1,71 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='intervening'",
|
| + "position": [98, 90],
|
| + "bounds": [300, 300],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backfaceVisibility": "hidden",
|
| + "backgroundColor": "#FFEFD5"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV id='scroller'",
|
| + "bounds": [102, 102],
|
| + "shouldFlattenTransform": false,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Scrolling Layer",
|
| + "position": [1, 1],
|
| + "bounds": [100, 100],
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "Scrolling Contents Layer",
|
| + "bounds": [100, 180]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| + "position": [60, 60],
|
| + "bounds": [80, 80],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='intervening'",
|
| - "position": [98, 90],
|
| - "bounds": [300, 300],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backfaceVisibility": "hidden",
|
| - "backgroundColor": "#FFEFD5",
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV id='scroller'",
|
| - "bounds": [102, 102],
|
| - "shouldFlattenTransform": false,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Scrolling Layer",
|
| - "position": [1, 1],
|
| - "bounds": [100, 100],
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "Scrolling Contents Layer",
|
| - "bounds": [100, 180]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| - "position": [60, 60],
|
| - "bounds": [80, 80],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#008000"
|
| - },
|
| - {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV class='scrolled'",
|
| - "position": [103, 95],
|
| - "bounds": [60, 40],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#0000FF"
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='scrolled')",
|
| - "position": [103, 139],
|
| - "bounds": [60, 128],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Overflow Controls Host Layer",
|
| - "position": [98, 90],
|
| - "bounds": [102, 102],
|
| - "children": [
|
| - {
|
| - "name": "Vertical Scrollbar Layer",
|
| - "position": [94, 1],
|
| - "bounds": [7, 100]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "backgroundColor": "#008000"
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV class='scrolled'",
|
| + "position": [103, 95],
|
| + "bounds": [60, 40],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#0000FF"
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='scrolled')",
|
| + "position": [103, 139],
|
| + "bounds": [60, 128],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Overflow Controls Host Layer",
|
| + "position": [98, 90],
|
| + "bounds": [102, 102]
|
| + },
|
| + {
|
| + "name": "Vertical Scrollbar Layer",
|
| + "position": [94, 1],
|
| + "bounds": [7, 100]
|
| }
|
| ]
|
| }
|
|
|