| Index: LayoutTests/fast/css-grid-layout/grid-item-bad-resolution-double-span.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/grid-item-bad-resolution-double-span.html b/LayoutTests/fast/css-grid-layout/grid-item-bad-resolution-double-span.html
|
| index 90c2405467ce7846462a0176fe98a7ba4aed7cf9..5544a332d7ceb69331094da223a2ac2544869d75 100644
|
| --- a/LayoutTests/fast/css-grid-layout/grid-item-bad-resolution-double-span.html
|
| +++ b/LayoutTests/fast/css-grid-layout/grid-item-bad-resolution-double-span.html
|
| @@ -3,8 +3,8 @@
|
| <link href="resources/grid.css" rel="stylesheet">
|
| <style>
|
| .grid {
|
| - grid-template-rows: (firstRow) 10px 20px;
|
| - grid-template-columns: (firstColumn) 30px 40px;
|
| + grid-template-rows: [firstRow] 10px 20px;
|
| + grid-template-columns: [firstColumn] 30px 40px;
|
| grid-auto-flow: row;
|
| }
|
|
|
|
|