Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-clip-subtree-layout-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-clip-subtree-layout-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-clip-subtree-layout-expected.txt |
index 713fd9718755aba1d0fbc865c7a1dec31d37bd89..9f1189133f24b17652fb74886978beef9f2abe7a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-clip-subtree-layout-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-clip-subtree-layout-expected.txt |
@@ -1,16 +1,18 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "layoutObject insertion" |
- } |
- ] |
+ "drawsContent": true |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "layoutObject insertion" |
} |
] |
} |