Index: third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
index 710733f113827a9c2a4cacffe9f270082349d680..43d3b76ba44db3f5a90a29c22e06a2e53cd426c6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 2016], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 2016], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -23,6 +25,20 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (relative positioned) DIV class='relative green'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
+ "reason": "subtree" |
+ } |
] |
} |