Index: third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt |
index 046597fe3911049d62325c3fbdb3718075aa7806..b33232243d7e6e9b534cadbf97b9ef26de10ff07 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/resize-child-within-overflow-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 1000], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 1000], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -18,6 +20,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV class='container'", |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='child'", |
+ "reason": "incremental" |
+ } |
] |
} |