Index: third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt |
index cb3f3c27eac719793af555081f68f29d33fc3bcf..2ef7a72ae4dbb45d0600e8d63d687c5b80f68ed4 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/erase-overflow-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -15,13 +17,23 @@ |
"object": "LayoutBlockFlow DIV id='target' class='square'", |
"rect": [8, 8, 100, 100], |
"reason": "style change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV class='square'", |
- "reason": "none" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='target' class='square'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='square'", |
+ "reason": "none" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='square'", |
+ "reason": "bounds change" |
+ } |
] |
} |