Index: third_party/WebKit/LayoutTests/fast/repaint/scrollbar-parts-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-parts-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-parts-expected.txt |
index 01a5efb010829c1218ff31b12c3f493b6e531f1d..b1c8282d92dd792690ff4d36966f27a0a636649d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-parts-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-parts-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -15,17 +17,19 @@ |
"object": "LayoutBlockFlow DIV", |
"rect": [93, 8, 15, 85], |
"reason": "scroll" |
- }, |
- { |
- "object": "HorizontalScrollbar", |
- "reason": "scroll" |
- }, |
- { |
- "object": "VerticalScrollbar", |
- "reason": "scroll" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "HorizontalScrollbar", |
+ "reason": "scroll" |
+ }, |
+ { |
+ "object": "VerticalScrollbar", |
+ "reason": "scroll" |
+ } |
] |
} |