Chromium Code Reviews| Index: PerformanceTests/Layout/line-layout.html |
| diff --git a/PerformanceTests/Layout/line-layout.html b/PerformanceTests/Layout/line-layout.html |
| index 5255bf5d15b40d256d1119c2604c5759fe092c55..88761aeb0e9da2266b0d2aa242068f56b0983547 100644 |
| --- a/PerformanceTests/Layout/line-layout.html |
| +++ b/PerformanceTests/Layout/line-layout.html |
| @@ -86,7 +86,10 @@ |
| style.display = "none"; |
| } |
| - PerfTestRunner.measureRunsPerSecond({ run: test }); |
| + PerfTestRunner.measureRunsPerSecond({ |
| + description: "Measures performance of line breaking in layout.", |
| + run: test |
| + }); |
| </script> |
| </body> |
| </html> |