| Index: third_party/WebKit/LayoutTests/paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants-expected.txt
|
| index b4415d8858333c7fb00b8345891b7d4c0525a46f..5231a06ac270d9dcca4188f33de7e9689c3ceaa3 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants-expected.txt
|
| @@ -1,56 +1,44 @@
|
| {
|
| - "name": "Content Root Layer",
|
| - "bounds": [785, 616],
|
| - "children": [
|
| + "layers": [
|
| {
|
| "name": "LayoutView #document",
|
| "bounds": [785, 616],
|
| "contentsOpaque": true,
|
| + "drawsContent": true
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
|
| + "position": [108, 108],
|
| + "bounds": [100, 100]
|
| + },
|
| + {
|
| + "name": "Child Containment Layer",
|
| + "bounds": [100, 100]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
|
| + "position": [-100, -100],
|
| + "bounds": [252, 252],
|
| + "contentsOpaque": true,
|
| + "drawsContent": true,
|
| + "backgroundColor": "#FFFF00"
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'",
|
| + "position": [108, 408],
|
| + "bounds": [100, 100]
|
| + },
|
| + {
|
| + "name": "Child Containment Layer",
|
| + "bounds": [100, 100]
|
| + },
|
| + {
|
| + "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
|
| + "position": [-100, -100],
|
| + "bounds": [252, 252],
|
| + "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
|
| - "position": [108, 108],
|
| - "bounds": [100, 100],
|
| - "children": [
|
| - {
|
| - "name": "Child Containment Layer",
|
| - "bounds": [100, 100],
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
|
| - "position": [-100, -100],
|
| - "bounds": [252, 252],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FFFF00"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - },
|
| - {
|
| - "name": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'",
|
| - "position": [108, 408],
|
| - "bounds": [100, 100],
|
| - "children": [
|
| - {
|
| - "name": "Child Containment Layer",
|
| - "bounds": [100, 100],
|
| - "children": [
|
| - {
|
| - "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
|
| - "position": [-100, -100],
|
| - "bounds": [252, 252],
|
| - "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "backgroundColor": "#FFFF00"
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| - }
|
| - ]
|
| + "backgroundColor": "#FFFF00"
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
|
|