Index: third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-change-keeping-geometry-grid-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.html |
similarity index 95% |
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-change-keeping-geometry-grid-expected.html |
copy to third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.html |
index dcf40623cf2ef228528bc61ed8ed94a26fc8a4c7..80a247877fa3b5c72d013f70f6426177892b9a5a 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-change-keeping-geometry-grid-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-change-keeping-geometry-grid-expected.html |
@@ -5,7 +5,7 @@ body { |
} |
#container { |
display: grid; |
- grid: 100px / 300px; |
+ grid: 300px / 100px; |
width: 200px; |
height: 300px; |
background-color: red; |