| Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
|
| index d8293da1dbb7142140bc2d000029387fe3b0fbb1..d3b14b3bcb11a5f2a49a418cd10b7c962a2badf4 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt
|
| @@ -1,28 +1,23 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='child'",
|
| - "reason": "subtree"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='target'",
|
| - "reason": "subtree"
|
| - }
|
| - ],
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (positioned) DIV",
|
| "position": [8, 8]
|
| },
|
| {
|
| + "name": "Squashing Containment Layer",
|
| "shouldFlattenTransform": false,
|
| "children": [
|
| {
|
| + "name": "LayoutBlockFlow (relative positioned) DIV",
|
| "position": [8, 8],
|
| "bounds": [784, 52],
|
| "drawsContent": true,
|
| @@ -40,6 +35,7 @@
|
| ]
|
| },
|
| {
|
| + "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DIV id='target')",
|
| "position": [9, 9],
|
| "bounds": [100, 100],
|
| "drawsContent": true,
|
| @@ -60,6 +56,32 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='child'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='child'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='child'",
|
| + "reason": "subtree"
|
| + }
|
| ]
|
| }
|
|
|
|
|