Chromium Code Reviews| Index: PerformanceTests/Layout/hindi-line-layout.html |
| diff --git a/PerformanceTests/Layout/hindi-line-layout.html b/PerformanceTests/Layout/hindi-line-layout.html |
| index f6428854722e363c53f0463822152fd8f9abf5a4..e7a40c24185562608fc1c1f9f9c6b2051cca21f7 100644 |
| --- a/PerformanceTests/Layout/hindi-line-layout.html |
| +++ b/PerformanceTests/Layout/hindi-line-layout.html |
| @@ -35,7 +35,10 @@ |
| style.display = "none"; |
| } |
| - PerfTestRunner.measureRunsPerSecond({ run: test }); |
| + PerfTestRunner.measureRunsPerSecond({ |
| + description: "Measures performance of layout on a page containing Hindi.", |
| + run: test |
| + }); |
| </script> |
| </body> |
| </html> |