| Index: PerformanceTests/Layout/fixed-grid-lots-of-data.html
|
| diff --git a/PerformanceTests/Layout/fixed-grid-lots-of-data.html b/PerformanceTests/Layout/fixed-grid-lots-of-data.html
|
| index 280146046b904b4bd6e3ca43f183f3781daf5fb4..8f6940769f58f9c63909057d5218a5f556dd11e4 100644
|
| --- a/PerformanceTests/Layout/fixed-grid-lots-of-data.html
|
| +++ b/PerformanceTests/Layout/fixed-grid-lots-of-data.html
|
| @@ -9,8 +9,8 @@ html, body {
|
|
|
| body {
|
| display: grid;
|
| - grid-definition-rows: repeat(100, 200px);
|
| - grid-definition-columns: repeat(20, 200px);;
|
| + grid-template-rows: repeat(100, 200px);
|
| + grid-template-columns: repeat(20, 200px);;
|
| }
|
|
|
| .gridItem {
|
|
|