| Index: LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| diff --git a/LayoutTests/fast/repaint/justify-items-overflow-change.html b/LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| index 72aac50203476a65e047e6cb04e96fc0fd720b2a..8bc7b5d7dce5b2de3be2c1f533063e79ac6368d6 100644
|
| --- a/LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| +++ b/LayoutTests/fast/repaint/justify-items-overflow-change.html
|
| @@ -12,7 +12,7 @@ body {
|
| }
|
| #container {
|
| display: grid;
|
| - grid: 100px 100px / 150px 150px;
|
| + grid: 100px 100px / 300px;
|
| justify-items: end true;
|
| width: 200px;
|
| height: 300px;
|
| @@ -22,14 +22,12 @@ body {
|
| grid-row: 1;
|
| grid-column: 1;
|
| background-color: green;
|
| - border: solid thin blue;
|
| width: 160px;
|
| }
|
| .item2 {
|
| grid-row: 1;
|
| grid-column: 2;
|
| background-color: green;
|
| - border: solid thin blue;
|
| width: 50px;
|
| </style>
|
| <p style="height: 20px">Tests invalidation on justify-items style change. Passes if there is no red.</p>
|
|
|