Index: third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt |
index 6ce859d9fc087384fc3525b1f95013b604f1a93a..236a080cf7ab69e6b8a3a925b10c4d040b88206d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/overhanging-float-detach-repaint-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -10,13 +12,19 @@ |
"object": "LayoutBlockFlow (floating) DIV class='float'", |
"rect": [8, 62, 100, 100], |
"reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='floatContainer'", |
- "reason": "layoutObject removal" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (floating) DIV class='float'", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='floatContainer'", |
+ "reason": "layoutObject removal" |
+ } |
] |
} |