| Index: third_party/WebKit/LayoutTests/paint/invalidation/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| index bdc8d6c9807850179c0c453e8b4ef880e0851942..42f6f4a2ee2e951109aa31443b0ab78b5c72d861 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
|
| @@ -1,19 +1,15 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [800, 600],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV id='target'",
|
| - "position": [200, 200],
|
| - "bounds": [200, 200]
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV id='target'",
|
| + "position": [200, 200],
|
| + "bounds": [200, 200]
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
|
|