| Index: third_party/WebKit/LayoutTests/compositing/squashing/squash-three-layers-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-three-layers-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-three-layers-expected.txt
|
| index 0a9404fdd849a0579e430ec026af6a092aedad25..b9118906252fcc16326c8443dccde0cc159cd44c 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-three-layers-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-three-layers-expected.txt
|
| @@ -1,15 +1,19 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| "children": [
|
| {
|
| + "name": "Squashing Containment Layer",
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='composited box behind'",
|
| "position": [100, 100],
|
| "bounds": [100, 100],
|
| "contentsOpaque": true,
|
| @@ -17,6 +21,7 @@
|
| "backgroundColor": "#0000FF"
|
| },
|
| {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='box middle')",
|
| "position": [40, 40],
|
| "bounds": [180, 190],
|
| "drawsContent": true
|
|
|