| Index: LayoutTests/webexposed/nonstable-css-properties.html
|
| diff --git a/LayoutTests/webexposed/nonstable-css-properties.html b/LayoutTests/webexposed/nonstable-css-properties.html
|
| index e0d1ecdd7e51ecaeaf607664642f6132b96068df..4f95eb1ab9b99a3e293d12975af9f1729b377494 100644
|
| --- a/LayoutTests/webexposed/nonstable-css-properties.html
|
| +++ b/LayoutTests/webexposed/nonstable-css-properties.html
|
| @@ -31,8 +31,8 @@ var properties = [
|
|
|
| ['grid-auto-columns', 'auto'],
|
| ['grid-auto-rows', 'auto'],
|
| -['grid-definition-columns', 'min-content'],
|
| -['grid-definition-rows', 'max-content'],
|
| +['grid-template-columns', 'min-content'],
|
| +['grid-template-rows', 'max-content'],
|
| ['grid-column-start', 'auto'],
|
| ['grid-column-end', '2'],
|
| ['grid-row-start', '1'],
|
|
|