| Index: LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-rows.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-rows.html b/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-rows.html
|
| index 6c995102d06b70453092edcb87c85fca22296bff..768340cfb3a59b5656483d615c3baa8e4ec0bc8e 100644
|
| --- a/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-rows.html
|
| +++ b/LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-rows.html
|
| @@ -8,12 +8,12 @@ if (window.testRunner)
|
| <style>
|
| .gridMinMaxContent {
|
| grid-columns: 20px;
|
| - grid-rows: minmax(-webkit-max-content, 50px);
|
| + grid-rows: minmax(max-content, 50px);
|
| }
|
|
|
| .gridMaxMaxContent {
|
| grid-columns: 20px;
|
| - grid-rows: minmax(30px, -webkit-max-content);
|
| + grid-rows: minmax(30px, max-content);
|
| }
|
|
|
| .firstRowFirstColumn {
|
|
|