Chromium Code Reviews| Index: PerformanceTests/Layout/chapter-reflow.html |
| diff --git a/PerformanceTests/Layout/chapter-reflow.html b/PerformanceTests/Layout/chapter-reflow.html |
| index 8511f50ac0fc5aa7bea10f9587da8c6d554f0183..11414895c0545da2d3b723d87a7fc75c1b354b30 100644 |
| --- a/PerformanceTests/Layout/chapter-reflow.html |
| +++ b/PerformanceTests/Layout/chapter-reflow.html |
| @@ -79,7 +79,10 @@ |
| style.display = "none"; |
| } |
| - PerfTestRunner.measureRunsPerSecond({ run: test }); |
| + PerfTestRunner.measureRunsPerSecond({ |
| + description: "Measures performance of 3 layouts on a page containing English text.", |
| + run: test |
| + }); |
| </script> |
| </body> |
| </html> |