Index: third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-items-overflow-change-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change-expected.html |
similarity index 95% |
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-items-overflow-change-expected.html |
copy to third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change-expected.html |
index 8cf02fc17f85e5f2d60f4fa4fca8cd23d65b6864..bb43348f23ac20a250fbd203a99af0b7da35a490 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/justify-items-overflow-change-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change-expected.html |
@@ -5,7 +5,7 @@ body { |
} |
#container { |
display: grid; |
- grid: 100px 100px / 300px; |
+ grid: 300px / 100px 100px; |
justify-items: end safe; |
width: 200px; |
height: 300px; |