Index: third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change-expected.html |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change-expected.html |
similarity index 91% |
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change-expected.html |
copy to third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change-expected.html |
index 2a25c8e534d958dd85f89da7deb159ea390364ec..1c588d3c165864e6f86c9d2b552dc78fe714e2d7 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/align-self-overflow-change-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change-expected.html |
@@ -5,10 +5,9 @@ body { |
} |
#container { |
display: grid; |
- grid: 200px / 150px 150px; |
+ grid: 150px 150px / 200px; |
width: 200px; |
height: 300px; |
- background-color: red; |
} |
.item1 { |
grid-row: 1; |