| Index: PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
|
| diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
|
| index 5ccbbe16dc1235dc9f183e387c2a9dc20601ab66..795a561b19e01257e45278eb14746b536d33ff69 100644
|
| --- a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
|
| +++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
|
| @@ -9,7 +9,10 @@
|
| <body>
|
| <pre id="log"></pre>
|
| <script>
|
| - PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 50)});
|
| + PerfTestRunner.measureTime({
|
| + description: "Table layout performance with collapsed borders and a cell with a colspan that can be accomodated by the width given by other rows in the table.",
|
| + run: createTableTestFunction(400, 100, 50)
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|