| Index: PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
|
| diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
|
| index 559624450cf4b335cdb80eda195ac62eec26986b..e0795ac0b8a1d0d2e567b8db5f8b9b12b28bde24 100644
|
| --- a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
|
| +++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
|
| @@ -9,7 +9,10 @@
|
| <body>
|
| <pre id="log"></pre>
|
| <script>
|
| - PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 500)});
|
| + PerfTestRunner.measureTime({
|
| + description: "Table layout performance with collapsed borders and a cell with a colspan wider than the other rows in the table.",
|
| + run: createTableTestFunction(400, 100, 500)
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|