| Index: third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt
|
| index 2ac77f5eccaaceb7e5c90c59be51beb8d221a1e3..fc09aae21f96ade95ce189368f208149feb3e9da 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt
|
| @@ -1,81 +1,67 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| + "contentsOpaque": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow HTML",
|
| + "bounds": [800, 408],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| + "position": [8, 100],
|
| + "bounds": [10, 10],
|
| "contentsOpaque": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow HTML",
|
| - "bounds": [800, 408],
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV",
|
| - "position": [8, 100],
|
| - "bounds": [10, 10],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FF0000"
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow HTML (foreground) Layer",
|
| - "bounds": [800, 408],
|
| - "drawsContent": true
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow DIV",
|
| - "position": [108, 100],
|
| - "bounds": [300, 300],
|
| - "shouldFlattenTransform": false,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "Scrolling Layer",
|
| - "bounds": [285, 300],
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "Scrolling Contents Layer",
|
| - "bounds": [285, 1000]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Overflow Controls Host Layer",
|
| - "bounds": [300, 300],
|
| - "children": [
|
| - {
|
| - "name": "Vertical Scrollbar Layer",
|
| - "position": [285, 0],
|
| - "bounds": [15, 300]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "Squashing Containment Layer",
|
| - "shouldFlattenTransform": false,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (relative positioned) DIV",
|
| - "position": [108, 100],
|
| - "bounds": [285, 1000]
|
| - },
|
| - {
|
| - "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV)",
|
| - "position": [108, 100],
|
| - "bounds": [285, 1000],
|
| - "drawsContent": true
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FF0000"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow HTML (foreground) Layer",
|
| + "bounds": [800, 408],
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV",
|
| + "position": [108, 100],
|
| + "bounds": [300, 300],
|
| + "shouldFlattenTransform": false,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "Scrolling Layer",
|
| + "bounds": [285, 300],
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "Scrolling Contents Layer",
|
| + "bounds": [285, 1000]
|
| + },
|
| + {
|
| + "name": "Overflow Controls Host Layer",
|
| + "bounds": [300, 300]
|
| + },
|
| + {
|
| + "name": "Vertical Scrollbar Layer",
|
| + "position": [285, 0],
|
| + "bounds": [15, 300]
|
| + },
|
| + {
|
| + "name": "Squashing Containment Layer",
|
| + "shouldFlattenTransform": false
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV",
|
| + "position": [108, 100],
|
| + "bounds": [285, 1000]
|
| + },
|
| + {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV)",
|
| + "position": [108, 100],
|
| + "bounds": [285, 1000],
|
| + "drawsContent": true
|
| }
|
| ]
|
| }
|
|
|