Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
index 68e3837f7f9ebeecb61b92bd9252b1fe8c6245b6..d986ba6fdca265db0761127a7026a0788390c4fb 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-show-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -18,6 +20,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='overflowParent' class='absolute green'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (relative positioned) DIV class='relative green'", |
+ "reason": "bounds change" |
+ } |
] |
} |