Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled-expected.txt |
index 8957e4a393d99b10ebd97b8ccfd8e79343008f09..a2e7d87567e7373819bef0963775b38d3822e9c6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -38,6 +40,28 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutView #document", |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "reason": "forced by layout" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='container' class='relative'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'", |
+ "reason": "bounds change" |
+ } |
] |
} |