Index: third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt |
index 6400fb50f056bbfcc29d16b55b8073258271675d..867a1cc9a631f59213faa7409ee9f4ed3dba0f91 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-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, |
@@ -38,6 +40,32 @@ |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutGrid DIV id='container'", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutGrid DIV id='container'", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "reason": "layoutObject insertion" |
+ } |
] |
} |