Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html |
| index 4178c7fdc2346cc0cfb6e3f5d40eae188895f40e..133ac992ade607cd824946e62cd66547ab6674af 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html |
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change.html |
| @@ -12,7 +12,7 @@ body { |
| } |
| #container { |
| display: grid; |
| - grid: 100px 100px / 300px; |
| + grid: 300px / 100px 100px; |
| justify-items: end unsafe; |
| width: 200px; |
| height: 300px; |