Index: third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-2-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-2-expected.txt |
index 6b8031b569821b43b473b1c24071417b13cb6786..3bc18e058c56b611364f21fdf9c2cecfa990a654 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-2-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-2-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -18,6 +20,16 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (floating) DIV", |
+ "reason": "background obscuration change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "reason": "bounds change" |
+ } |
] |
} |