| Index: PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| diff --git a/PerformanceTests/Layout/auto-grid-lots-of-data.html b/PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| index 601b01dafaee2eb87f5d69706ee9b78af4878ca6..54fc99adf2c2308a8fec99c55facbee300d22d70 100644
|
| --- a/PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| +++ b/PerformanceTests/Layout/auto-grid-lots-of-data.html
|
| @@ -9,8 +9,8 @@ html, body {
|
|
|
| body {
|
| display: grid;
|
| - grid-definition-rows: repeat(100, auto);
|
| - grid-definition-columns: repeat(100, auto);;
|
| + grid-template-rows: repeat(100, auto);
|
| + grid-template-columns: repeat(100, auto);;
|
| }
|
|
|
| .gridItem {
|
|
|