Index: third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt |
index 0d0d6c3cee163b9bd13a1855059596d457272776..c6288bf2806f519f818af7a0ef9877785557a4d4 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -20,13 +22,23 @@ |
"object": "LayoutBlockFlow (floating) DIV", |
"rect": [8, 104, 100, 100], |
"reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='s'", |
- "reason": "bounds change" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='t'", |
+ "reason": "became visible" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='s'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (floating) DIV", |
+ "reason": "forced by layout" |
+ } |
] |
} |