Index: third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt |
index 61d9e60e2e9a2ebd0bffc842fc3eb8127098cb35..9070975173d13b9c7e7dd5f273c4bd3a0d1db741 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-descendants-expected.txt |
@@ -1,12 +1,15 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
"children": [ |
{ |
+ "name": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
"position": [38, 38], |
"bounds": [90, 90], |
"drawsContent": true, |
@@ -31,9 +34,11 @@ |
], |
"children": [ |
{ |
+ "name": "Child Containment Layer", |
"bounds": [90, 90], |
"children": [ |
{ |
+ "name": "LayoutBlockFlow DIV class='composited child'", |
"position": [-30, 20], |
"bounds": [50, 50], |
"contentsOpaque": true, |
@@ -47,6 +52,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='child'", |
+ "reason": "subtree" |
+ } |
] |
} |