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