| Index: LayoutTests/fast/css-grid-layout/breadth-size-resolution-grid.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/breadth-size-resolution-grid.html b/LayoutTests/fast/css-grid-layout/breadth-size-resolution-grid.html
|
| index 00c40a1846e8751952d51074a30fe2f6d1665324..8b70a69eefb0b1f61e3b654621526a51afcd2302 100644
|
| --- a/LayoutTests/fast/css-grid-layout/breadth-size-resolution-grid.html
|
| +++ b/LayoutTests/fast/css-grid-layout/breadth-size-resolution-grid.html
|
| @@ -7,8 +7,8 @@ if (window.testRunner)
|
| <link href="resources/grid.css" rel="stylesheet">
|
| <style>
|
| .grid {
|
| - grid-definition-columns: 100px 10vw;
|
| - grid-definition-rows: 10vh 100px;
|
| + grid-template-columns: 100px 10vw;
|
| + grid-template-rows: 10vh 100px;
|
| }
|
|
|
| .firstRowFirstColumn {
|
|
|