| Index: third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element-expected.txt
|
| index 0568e68d11ecf2361dcf58766aea16e4d9e5eaa9..cfa120a6216e339b80d4379c68892134d494ffb3 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/squashing-inside-preserve-3d-element-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 DIV",
|
| "position": [8, 8],
|
| "bounds": [100, 100],
|
| "contentsOpaque": true,
|
| @@ -18,6 +22,7 @@
|
| "backgroundColor": "#D3D3D3"
|
| },
|
| {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV id='target')",
|
| "position": [28, 28],
|
| "bounds": [100, 100],
|
| "3dRenderingContext": 1,
|
| @@ -34,6 +39,12 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|