| Index: third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| index 56751d002d6396e480d15edfe31449508f20898b..04c5454e8c36b7b023c3b47aeddfdde1e4ceaa3e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change.html
|
| @@ -21,13 +21,13 @@ body {
|
| .item1 {
|
| grid-row: 1;
|
| grid-column: 1;
|
| - align-self: end true;
|
| + align-self: end unsafe;
|
| background-color: green;
|
| }
|
| .item2 {
|
| grid-row: 2;
|
| grid-column: 1;
|
| - align-self: end true;
|
| + align-self: end unsafe;
|
| background-color: green;
|
| </style>
|
| <p style="height: 20px">Tests invalidation on align-self style change (just overflow). Passes if there is no red.</p>
|
|
|