Index: third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt |
index ac47a278cb10943ca01c776c71fd532b0434c08c..504124b5e9b0a7dcf617cd61c75c45e8357aecbb 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -48,6 +50,24 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "bounds change" |
+ } |
] |
} |