Index: third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt |
index ef80f941c928c4928557fe5a6a5abe65921b3498..bfd1ace6100b552c5b0eae85996dec1f963dce10 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-items-overflow-change-expected.txt |
@@ -5,32 +5,32 @@ |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
- "repaintRects": [ |
- [0, 252, 200, 100], |
- [0, 252, 200, 100], |
- [0, 252, 200, 100], |
- [0, 252, 200, 100], |
- [0, 52, 200, 300], |
- [0, 52, 200, 200], |
- [0, 52, 200, 200], |
- [0, 16, 800, 336], |
- [0, 2, 800, 350], |
- [0, 2, 200, 350], |
- [0, 2, 200, 200], |
- [0, 2, 200, 200] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV", |
- "LayoutBlockFlow DIV class='item1'", |
- "LayoutBlockFlow DIV", |
- "LayoutBlockFlow DIV class='item2'", |
- "LayoutGrid DIV id='container'", |
- "LayoutBlockFlow BODY", |
- "LayoutGrid DIV id='container'", |
- "LayoutBlockFlow DIV class='item1'", |
- "LayoutBlockFlow DIV", |
- "LayoutBlockFlow DIV class='item2'", |
- "LayoutBlockFlow DIV" |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutGrid DIV id='container'", |
+ "rect": [0, 52, 200, 300], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "rect": [0, 52, 200, 200], |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item1'", |
+ "rect": [0, 52, 200, 200], |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV", |
+ "rect": [0, 2, 200, 200], |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item1'", |
+ "rect": [0, 2, 200, 200], |
+ "reason": "bounds change" |
+ } |
] |
} |
] |