| Index: third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
|
| index 0be25f8d3d13a4c043e80784b6c8ee6338030512..b4415d8858333c7fb00b8345891b7d4c0525a46f 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/clipping-should-not-repaint-composited-descendants-expected.txt
|
| @@ -1,19 +1,24 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [785, 616],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [785, 616],
|
| "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,
|
| @@ -25,13 +30,16 @@
|
| ]
|
| },
|
| {
|
| + "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,
|
| @@ -44,6 +52,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
|
| + "reason": "subtree"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'",
|
| + "reason": "subtree"
|
| + }
|
| ]
|
| }
|
|
|
|
|