| Index: PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
|
| diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
|
| index 24eeb10ffb27e1cab34559052d83216dddfc93cb..6f7996ea1883cdc29ae4f0674217ebac4df91c40 100644
|
| --- a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
|
| +++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-no-colspans.html
|
| @@ -9,7 +9,10 @@
|
| <body>
|
| <pre id="log"></pre>
|
| <script>
|
| - PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 0)});
|
| + PerfTestRunner.measureTime({
|
| + description: "Table layout performance with collapsed borders and no cells with colspan.",
|
| + run: createTableTestFunction(400, 100, 0)
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|