Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
index 8db01fff36817f3407d9017a67d34c4120f31296..d18aaf562dbc71800db4140ef53d2388a4c1aadc 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt |
@@ -7,14 +7,14 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "LayoutBlockFlow DIV class='sizedToGridArea'", |
- "rect": [8, 98, 100, 50], |
- "reason": "incremental" |
- }, |
- { |
"object": "LayoutGrid DIV class='grid fit-content'", |
"rect": [8, 48, 100, 150], |
"reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='sizedToGridArea'", |
+ "rect": [8, 98, 100, 50], |
+ "reason": "incremental" |
} |
] |
} |