Index: third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt |
index e1bb6ef9b6eadff2c2c7a2b473d1eb749e5c8be6..e2887f708bc792deb3d2d46085b94378d44278fd 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-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='fixed clipped'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", |
+ "reason": "subtree" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV class='absolute red'", |
+ "reason": "subtree" |
+ } |
] |
} |