Index: third_party/WebKit/LayoutTests/fast/repaint/layout-state-only-positioned-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/layout-state-only-positioned-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/layout-state-only-positioned-expected.txt |
index 1be9e7953410d9d5e37318431bc1272629c80272..da4bc2e83bda81de2768ceed7a8de22e14f756ae 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/layout-state-only-positioned-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/layout-state-only-positioned-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,23 @@ |
"object": "LayoutBlockFlow (positioned) DIV id='q'", |
"rect": [3, 103, 10, 50], |
"reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "scroll" |
- }, |
- { |
- "object": "VerticalScrollbar", |
- "reason": "scroll" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV", |
+ "reason": "scroll" |
+ }, |
+ { |
+ "object": "VerticalScrollbar", |
+ "reason": "scroll" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='q'", |
+ "reason": "incremental" |
+ } |
] |
} |