| Index: LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/place-cell-by-index.html b/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| index 3ef0b6ab0156878bb88f41c105da5705eb5f337a..2dfd29e3d76a193a448163cdb16af1ef733cd71f 100644
|
| --- a/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| +++ b/LayoutTests/fast/css-grid-layout/place-cell-by-index.html
|
| @@ -7,8 +7,8 @@ if (window.testRunner)
|
| <link href="resources/grid.css" rel="stylesheet">
|
| <style>
|
| .grid {
|
| - grid-definition-columns: 50px 60px;
|
| - grid-definition-rows: 20px 30px;
|
| + grid-template-columns: 50px 60px;
|
| + grid-template-rows: 20px 30px;
|
| max-width: 110px;
|
| }
|
|
|
|
|