Index: third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt |
index eb1e4697ce04ece37c569617052e1b5e5bac2fc2..98b5d5e37dbc99e83c9546b76b2d8339a1c4462e 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -10,17 +12,19 @@ |
"object": "LayoutBlockFlow (positioned) DIV", |
"rect": [185, 100, 15, 200], |
"reason": "scroll" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "scroll" |
- }, |
- { |
- "object": "VerticalScrollbar", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "VerticalScrollbar", |
+ "reason": "scroll" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV", |
+ "reason": "scroll" |
+ } |
] |
} |