| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html
|
| index 2b077aa396816a4d7787cf3eedf7a20a497c9f39..453c5de7a23021672c4bcf4ff801ddeb62d88d24 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint.html
|
| @@ -16,7 +16,7 @@ body {
|
| }
|
|
|
| .grid {
|
| - width: -webkit-fit-content;
|
| + width: -webkit-min-content;
|
| grid-template-rows: 50px;
|
| grid-template-columns: minmax(100px, 180px) 100px minmax(50px, 100px);
|
| }
|
|
|