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