| Index: third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html
|
| index 20ea8d2f571fe3ef4f0c738d666e7c7f614a0aa5..f4df86769bcc62f7f241404dd4bbc8a5e058a2cc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change.html
|
| @@ -21,7 +21,7 @@ body {
|
| .item1 {
|
| grid-row: 1;
|
| grid-column: 1;
|
| - justify-self: end true;
|
| + justify-self: end unsafe;
|
| background-color: green;
|
| width: 150px;
|
| }
|
| @@ -29,7 +29,7 @@ body {
|
| grid-row: 1;
|
| grid-column: 2;
|
| background-color: green;
|
| - justify-self: end true;
|
| + justify-self: end unsafe;
|
| width: 50px;
|
| </style>
|
| <p style="height: 20px">Tests invalidation on justify-self style change. Passes if there is no red.</p>
|
|
|