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 529e3c666f4decfb6aeab51aff9d9dd0653d83da..49dc263256372861ceb298e9aafe265c35fafd4e 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,59 +1,53 @@ |
{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
+ "layers": [ |
{ |
"name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "name": "LayoutBlockFlow (positioned) DIV", |
+ "position": [8, 8], |
+ "contentsOpaque": true |
+ }, |
+ { |
+ "name": "Squashing Containment Layer", |
+ "shouldFlattenTransform": false |
+ }, |
+ { |
+ "name": "LayoutBlockFlow (relative positioned) DIV", |
+ "position": [8, 8], |
+ "bounds": [784, 52], |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='child'", |
+ "rect": [1, 1, 100, 100], |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "rect": [1, 1, 50, 50], |
+ "reason": "subtree" |
+ } |
+ ] |
+ }, |
+ { |
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DIV id='target')", |
+ "position": [9, 9], |
+ "bounds": [100, 100], |
"drawsContent": true, |
- "children": [ |
+ "paintInvalidations": [ |
{ |
- "name": "LayoutBlockFlow (positioned) DIV", |
- "position": [8, 8], |
- "contentsOpaque": true |
+ "object": "LayoutBlockFlow DIV id='child'", |
+ "rect": [0, 0, 100, 100], |
+ "reason": "subtree" |
}, |
{ |
- "name": "Squashing Containment Layer", |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (relative positioned) DIV", |
- "position": [8, 8], |
- "bounds": [784, 52], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='child'", |
- "rect": [1, 1, 100, 100], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [1, 1, 50, 50], |
- "reason": "subtree" |
- } |
- ] |
- }, |
- { |
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow DIV id='target')", |
- "position": [9, 9], |
- "bounds": [100, 100], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='child'", |
- "rect": [0, 0, 100, 100], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [0, 0, 50, 50], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ] |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "rect": [0, 0, 50, 50], |
+ "reason": "subtree" |
} |
] |
} |