| Index: third_party/WebKit/PerformanceTests/Layout/nested-grid.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Layout/nested-grid.html b/third_party/WebKit/PerformanceTests/Layout/nested-grid.html
|
| index fa696cc4f506ca8156b8b361a51559dfaf8a5e8b..5a21e6f9dbbae867ed04eaa7430d11ba9189a291 100644
|
| --- a/third_party/WebKit/PerformanceTests/Layout/nested-grid.html
|
| +++ b/third_party/WebKit/PerformanceTests/Layout/nested-grid.html
|
| @@ -14,6 +14,7 @@ html, body {
|
| grid-auto-columns: 1fr;
|
| }
|
|
|
| +.gridItem { height: 10px; }
|
| </style>
|
|
|
| <script src="../resources/runner.js"></script>
|
|
|