Chromium Code Reviews| Index: PerformanceTests/Layout/chapter-reflow-twice.html |
| diff --git a/PerformanceTests/Layout/chapter-reflow-twice.html b/PerformanceTests/Layout/chapter-reflow-twice.html |
| index 0810436240b59edfb06b512a12461f77716b8bba..ea8a43a92754acdb0d56a94a45324076199cd363 100644 |
| --- a/PerformanceTests/Layout/chapter-reflow-twice.html |
| +++ b/PerformanceTests/Layout/chapter-reflow-twice.html |
| @@ -86,7 +86,10 @@ |
| style.display = "none"; |
| } |
| - PerfTestRunner.measureRunsPerSecond({ run: test }); |
| + PerfTestRunner.measureRunsPerSecond({ |
| + description: "Measures performance of 2 layouts (using 2 different font-sizes) on a page containing English text.", |
| + run: test |
| + }); |
| </script> |
| </body> |
| </html> |