Index: third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-self-change-keeping-geometry-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry-expected.html |
similarity index 90% |
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-self-change-keeping-geometry-expected.html |
copy to third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry-expected.html |
index 47546db96c90dc56c149f4336793e8ca7af8320e..a43c699639d0d46e6df674b451e828b91e9ee5f6 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-self-change-keeping-geometry-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-keeping-geometry-expected.html |
@@ -5,10 +5,9 @@ body { |
} |
#container { |
display: grid; |
- grid: 100px 100px / 150px 150px; |
+ grid: 150px 150px / 100px 100px; |
width: 200px; |
height: 300px; |
- background-color: red; |
} |
.item1 { |
grid-row: 1; |