Index: third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt |
index 078cb85d33e5119af988ac8ea82b503192aa1c93..e9e6ca66cfcc1fdea78e5ceb3916c9bd85521578 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/overflow-scroll-composited-non-stacking-child-expected.txt |
@@ -1,7 +1,5 @@ |
{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
+ "layers": [ |
{ |
"name": "LayoutView #document", |
"bounds": [800, 600], |
@@ -28,36 +26,32 @@ |
"rect": [308, 65, 15, 175], |
"reason": "scroll" |
} |
- ], |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (positioned) DIV class='icon'", |
- "position": [200, 10], |
- "bounds": [40, 40], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "backgroundColor": "#FFDDBB" |
- }, |
- { |
- "name": "Ancestor Clipping Layer", |
- "position": [23, 65], |
- "bounds": [285, 175], |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "LayoutBlockFlow (relative positioned) DIV class='list'", |
- "position": [20, -30], |
- "bounds": [180, 250] |
- }, |
- { |
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='commit')", |
- "position": [20, -30], |
- "bounds": [180, 250], |
- "drawsContent": true |
- } |
- ] |
- } |
] |
+ }, |
+ { |
+ "name": "LayoutBlockFlow (positioned) DIV class='icon'", |
+ "position": [200, 10], |
+ "bounds": [40, 40], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#FFDDBB" |
+ }, |
+ { |
+ "name": "Ancestor Clipping Layer", |
+ "position": [23, 65], |
+ "bounds": [285, 175], |
+ "shouldFlattenTransform": false |
+ }, |
+ { |
+ "name": "LayoutBlockFlow (relative positioned) DIV class='list'", |
+ "position": [20, -30], |
+ "bounds": [180, 250] |
+ }, |
+ { |
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='commit')", |
+ "position": [20, -30], |
+ "bounds": [180, 250], |
+ "drawsContent": true |
} |
], |
"objectPaintInvalidations": [ |