Index: third_party/WebKit/LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt |
index 4873a11c45fa311f02014e76a456233ce78e6a5d..9c7a8d344db3b71f5a1b7d10e735925f448235d0 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-damage-and-full-viewport-repaint-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [1000, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [1000, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -15,13 +17,19 @@ |
"object": "LayoutBlockFlow DIV id='child'", |
"rect": [101, 51, 85, 185], |
"reason": "incremental" |
- }, |
- { |
- "object": "HorizontalScrollbar", |
- "reason": "scroll" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "HorizontalScrollbar", |
+ "reason": "scroll" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='child'", |
+ "reason": "incremental" |
+ } |
] |
} |