Index: third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt |
index d032ffecde24a58b7588194a3ce0cd3139553168..251ad9b03ebd043b2ad621a2f0e5ce7556280657 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-items-change-expected.txt |
@@ -5,29 +5,27 @@ |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
- "repaintRects": [ |
- [101, 53, 98, 150], |
- [101, 53, 98, 150], |
- [100, 52, 100, 300], |
- [100, 52, 100, 152], |
- [1, 53, 98, 100], |
- [1, 53, 98, 100], |
- [0, 52, 200, 300], |
- [0, 52, 200, 300], |
- [0, 52, 100, 300], |
- [0, 52, 100, 102] |
- ], |
- "paintInvalidationClients": [ |
- "LayoutBlockFlow DIV", |
- "LayoutBlockFlow DIV class='item'", |
- "LayoutBlockFlow DIV", |
- "LayoutBlockFlow DIV class='item'", |
- "LayoutFlexibleBox DIV id='container'", |
- "LayoutFlexibleBox DIV id='container'", |
- "LayoutBlockFlow DIV class='item'", |
- "LayoutBlockFlow DIV", |
- "LayoutBlockFlow DIV class='item'", |
- "LayoutBlockFlow DIV" |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "rect": [0, 153, 100, 199], |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "rect": [0, 154, 100, 198], |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "rect": [100, 203, 100, 149], |
+ "reason": "incremental" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='item'", |
+ "rect": [100, 204, 100, 148], |
+ "reason": "incremental" |
+ } |
] |
} |
] |