| Index: PerformanceTests/Layout/line-layout-line-height.html
|
| diff --git a/PerformanceTests/Layout/line-layout-line-height.html b/PerformanceTests/Layout/line-layout-line-height.html
|
| index cd9f9695bdfee55512f6f18ec5354822ea944888..11461cf9a9e787f3cc6b3648b4f19b4302c9694f 100644
|
| --- a/PerformanceTests/Layout/line-layout-line-height.html
|
| +++ b/PerformanceTests/Layout/line-layout-line-height.html
|
| @@ -29,7 +29,10 @@
|
| style.display = "none";
|
| }
|
|
|
| - PerfTestRunner.measureTime({ run: test });
|
| + PerfTestRunner.measureTime({
|
| + description: "Measures performance of line-height calculation in layout.",
|
| + run: test
|
| + });
|
| </script>
|
| </body>
|
| </html>
|
|
|