Index: third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt |
index 214c38dbf743a1de5d3d151355a1d29ff6bcf23b..e169c9574f0808aed3c819c5c5b70f7fc0b492ef 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/subtree-root-clip-3-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 DIV", |
+ "reason": "background obscuration change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "reason": "bounds change" |
+ } |
] |
} |