| Index: LayoutTests/fast/css-grid-layout/grid-element-min-max-width.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-element-min-max-width.html b/LayoutTests/fast/css-grid-layout/grid-element-min-max-width.html
|
| index 05a634be10c9af0a1a67f11a4e39b24fd7bde7c5..f9441bfbd8516197bc0b984cc1c3e8f284432bf8 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-element-min-max-width.html
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-element-min-max-width.html
|
| @@ -9,13 +9,13 @@ if (window.testRunner)
|
| <style>
|
| .minWidthGrid {
|
| min-width: 100px;
|
| - grid-definition-columns: 50px;
|
| - grid-definition-rows: 40px;
|
| + grid-template-columns: 50px;
|
| + grid-template-rows: 40px;
|
| }
|
| .maxWidthGrid {
|
| max-width: 100px;
|
| - grid-definition-columns: 150px 50px;
|
| - grid-definition-rows: 40px;
|
| + grid-template-columns: 150px 50px;
|
| + grid-template-rows: 40px;
|
| }
|
|
|
| .minWidthAutoGrid {
|
|
|