| 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 afc40fca0cbdc1c0f23a8ad6abe551a0133e4e07..05a634be10c9af0a1a67f11a4e39b24fd7bde7c5 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-columns: 50px;
|
| - grid-rows: 40px;
|
| + grid-definition-columns: 50px;
|
| + grid-definition-rows: 40px;
|
| }
|
| .maxWidthGrid {
|
| max-width: 100px;
|
| - grid-columns: 150px 50px;
|
| - grid-rows: 40px;
|
| + grid-definition-columns: 150px 50px;
|
| + grid-definition-rows: 40px;
|
| }
|
|
|
| .minWidthAutoGrid {
|
|
|