Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt |
index 172e3d4fc4f5f23cc1fa7658d179009150810ce6..319ee1f8c7ee1c14073c256b8418fe0de1e65343 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt |
@@ -1,58 +1,48 @@ |
{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
+ "layers": [ |
{ |
"name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
+ "drawsContent": true |
+ }, |
+ { |
+ "name": "LayoutBlockFlow (positioned) DIV id='scroller'", |
+ "position": [300, 300], |
+ "bounds": [200, 200], |
+ "shouldFlattenTransform": false, |
+ "drawsContent": true |
+ }, |
+ { |
+ "name": "Scrolling Layer", |
+ "bounds": [185, 200], |
+ "shouldFlattenTransform": false |
+ }, |
+ { |
+ "name": "Scrolling Contents Layer", |
+ "bounds": [185, 4900], |
"drawsContent": true, |
- "children": [ |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "rect": [0, 2400, 100, 100], |
+ "reason": "style change" |
+ } |
+ ] |
+ }, |
+ { |
+ "name": "Overflow Controls Host Layer", |
+ "bounds": [200, 200] |
+ }, |
+ { |
+ "name": "Vertical Scrollbar Layer", |
+ "position": [185, 0], |
+ "bounds": [15, 200], |
+ "paintInvalidations": [ |
{ |
- "name": "LayoutBlockFlow (positioned) DIV id='scroller'", |
- "position": [300, 300], |
- "bounds": [200, 200], |
- "shouldFlattenTransform": false, |
- "drawsContent": true, |
- "children": [ |
- { |
- "name": "Scrolling Layer", |
- "bounds": [185, 200], |
- "shouldFlattenTransform": false, |
- "children": [ |
- { |
- "name": "Scrolling Contents Layer", |
- "bounds": [185, 4900], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV id='target'", |
- "rect": [0, 2400, 100, 100], |
- "reason": "style change" |
- } |
- ] |
- } |
- ] |
- }, |
- { |
- "name": "Overflow Controls Host Layer", |
- "bounds": [200, 200], |
- "children": [ |
- { |
- "name": "Vertical Scrollbar Layer", |
- "position": [185, 0], |
- "bounds": [15, 200], |
- "paintInvalidations": [ |
- { |
- "object": "Vertical Scrollbar Layer", |
- "rect": [0, 0, 15, 200], |
- "reason": "full" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
+ "object": "Vertical Scrollbar Layer", |
+ "rect": [0, 0, 15, 200], |
+ "reason": "full" |
} |
] |
} |